Skip to content

Commit 90f5444

Browse files
committed
Spotbugs
1 parent 5386326 commit 90f5444

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/main/java/uk/org/webcompere/modelassert/json/condition/ConditionList.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
package uk.org.webcompere.modelassert.json.condition;
22

3+
import edu.umd.cs.findbugs.annotations.SuppressFBWarnings;
34
import uk.org.webcompere.modelassert.json.Condition;
45
import uk.org.webcompere.modelassert.json.dsl.JsonNodeAssertDsl;
56

@@ -24,6 +25,7 @@ public static ConditionList conditions() {
2425
* Get the conditions
2526
* @return
2627
*/
28+
@SuppressFBWarnings("EI_EXPOSE_REP")
2729
public List<Condition> getConditionList() {
2830
return conditionList;
2931
}

0 commit comments

Comments
 (0)