File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed
src/main/java/org/scijava/plugins/scripting/matlab Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change 3434import java .io .BufferedReader ;
3535import java .io .Reader ;
3636import java .io .StringReader ;
37- import java .util .ArrayList ;
38- import java .util .List ;
3937import java .util .Random ;
4038
4139import javax .script .ScriptException ;
4240
43- import matlabcontrol .MatlabProxy ;
44-
4541import org .scijava .Context ;
4642import org .scijava .options .OptionsService ;
4743import org .scijava .plugin .Parameter ;
4844import org .scijava .script .AbstractScriptEngine ;
4945import org .scijava .script .ScriptService ;
5046
47+ import matlabcontrol .MatlabProxy ;
48+
5149/**
5250 * A MATLAB interpreter.
5351 * <p>
@@ -97,7 +95,6 @@ public Object eval(final String script) throws ScriptException {
9795 }
9896 }
9997
100- @ SuppressWarnings ("resource" )
10198 @ Override
10299 public Object eval (final Reader reader ) throws ScriptException {
103100 final BufferedReader bufReader = makeBuffered (reader );
You can’t perform that action at this time.
0 commit comments