diff --git a/plugins/TestingList.java b/plugins/TestingList.java index 801bd72..2a5d8c2 100644 --- a/plugins/TestingList.java +++ b/plugins/TestingList.java @@ -46,7 +46,7 @@ public class TestingList extends Panel { } //listen to script end of execution and get return value - @Override + /* @Override protected void onExecutedFile(String fileName) { try { switch(fileName){ @@ -63,7 +63,7 @@ public class TestingList extends Panel { catch (Exception ex) { SwingUtils.showException(getComponent(), ex); } - } + }*/ public class NetbeansPluginPanel extends MonitoredPanel {