Skip to content
Snippets Groups Projects
Commit b3c645e3 authored by helene ortiz's avatar helene ortiz
Browse files

test

parent 194a45c1
No related branches found
No related tags found
No related merge requests found
......@@ -387,6 +387,8 @@ public abstract class ControllerPluginPeer extends PluginPeer {
} catch (IllegalAccessException e) {
LOGGER.log(Level.WARNING, "IllegalAccessException while invoking for method " + initMethod.getName());
} catch (InvocationTargetException e) {
LOGGER.log(Level.WARNING, "BEFORE !!!!");
e.printStackTrace();
LOGGER.log(Level.WARNING, "InvocationTargetException while invoking for method " + initMethod.getName());
}
}
......
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