Skip to content

Commit ce51327

Browse files
committed
ScriptInfoTest: avoid Eclipse empty {} warning
1 parent 596ccc4 commit ce51327

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,5 +162,8 @@ public Object eval(final Reader reader) throws ScriptException {
162162

163163
private static class BindingSizesBindings extends HashMap<String, Object>
164164
implements Bindings
165-
{}
165+
{
166+
// NB: No implementation needed.
167+
}
168+
166169
}

0 commit comments

Comments
 (0)