Skip to content

Commit add9453

Browse files
committed
Checkstyle: regexp: RegexpSinglelineJava
1 parent 39d04dd commit add9453

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/org/biscuitsec/biscuit/error/LogicError.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,7 @@ public boolean equals(Object o) {
270270
return true;
271271
}
272272

273+
@SuppressWarnings("checkstyle:RegexpSinglelineJava")
273274
@Override
274275
public String toString() {
275276
return "NoMatchingPolicy{ }";

0 commit comments

Comments
 (0)