We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13bf97f commit b321573Copy full SHA for b321573
src/test/java/org/scijava/script/ScriptEngineTest.java
@@ -138,5 +138,7 @@ public Object eval(Reader reader) throws ScriptException {
138
}
139
140
141
- private static class Rot13Bindings extends HashMap<String, Object> implements Bindings { }
+ private static class Rot13Bindings extends HashMap<String, Object> implements Bindings {
142
+ private static final long serialVersionUID = 1L;
143
+ }
144
0 commit comments