Skip to content

Commit b321573

Browse files
committed
Avoid compiler warning
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
1 parent 13bf97f commit b321573

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/test/java/org/scijava/script/ScriptEngineTest.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,5 +138,7 @@ public Object eval(Reader reader) throws ScriptException {
138138
}
139139
}
140140

141-
private static class Rot13Bindings extends HashMap<String, Object> implements Bindings { }
141+
private static class Rot13Bindings extends HashMap<String, Object> implements Bindings {
142+
private static final long serialVersionUID = 1L;
143+
}
142144
}

0 commit comments

Comments
 (0)