From d552f862f1ee9b82b50c1dc57e8d738cbf88d880 Mon Sep 17 00:00:00 2001 From: boccioli_m Date: Fri, 5 Jun 2015 14:16:01 +0200 Subject: [PATCH] Closedown --- plugins/TestingList.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 {