Skip to content
Snippets Groups Projects
Commit 31227b91 authored by Stéphane  DALLONGEVILLE's avatar Stéphane DALLONGEVILLE
Browse files

updated to last icy kernel

parent d16b8c6c
No related branches found
No related tags found
No related merge requests found
......@@ -100,11 +100,6 @@ public class MatlabXServerDeamon extends Plugin implements MatlabInterpreter
newErr.setStackTrace(err.getStackTrace());
throw newErr;
}
catch(InterruptedException err) {
MatlabCommandException newErr = new MatlabCommandException(err);
newErr.setStackTrace(err.getStackTrace());
throw newErr;
}
}
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment