File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
lib/src/main/java/com/diffplug/spotless/java Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 2929import com .diffplug .spotless .Provisioner ;
3030
3131public class ExpandWildcardImportsStep implements Serializable {
32+ private static final long serialVersionUID = 1L ;
3233
3334 private static final String INCOMPATIBLE_ERROR_MESSAGE = "There was a problem interacting with Java-Parser; maybe you set an incompatible version?" ;
3435 private static final String MAVEN_COORDINATES = "com.github.javaparser:javaparser-symbol-solver-core" ;
@@ -56,6 +57,7 @@ private State equalityState() {
5657 }
5758
5859 private static class State implements Serializable {
60+ private static final long serialVersionUID = 1L ;
5961
6062 private final Collection <File > typeSolverClasspath ;
6163 private final JarState jarState ;
You can’t perform that action at this time.
0 commit comments