We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f830b2d commit 2264f11Copy full SHA for 2264f11
lib/src/main/java/com/diffplug/spotless/generic/FenceStep.java
@@ -103,6 +103,7 @@ private enum Kind {
103
}
104
105
private static class RoundtripAndEqualityState implements Serializable {
106
+ private static final long serialVersionUID = 272603249547598947L;
107
final String regexPattern;
108
final int regexFlags;
109
final Kind kind;
0 commit comments