Skip to content

Commit 2264f11

Browse files
committed
Fix spotbugs.
1 parent f830b2d commit 2264f11

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/src/main/java/com/diffplug/spotless/generic/FenceStep.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ private enum Kind {
103103
}
104104

105105
private static class RoundtripAndEqualityState implements Serializable {
106+
private static final long serialVersionUID = 272603249547598947L;
106107
final String regexPattern;
107108
final int regexFlags;
108109
final Kind kind;

0 commit comments

Comments
 (0)