diff options
Diffstat (limited to 'src/toolsconfig/ToolsConfig.java')
-rw-r--r-- | src/toolsconfig/ToolsConfig.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/toolsconfig/ToolsConfig.java b/src/toolsconfig/ToolsConfig.java index 7d55fb2..fc1b6a0 100644 --- a/src/toolsconfig/ToolsConfig.java +++ b/src/toolsconfig/ToolsConfig.java | |||
@@ -14,9 +14,9 @@ public abstract class ToolsConfig { | |||
14 | protected String params; | 14 | protected String params; |
15 | protected UIFrame uiFrame; | 15 | protected UIFrame uiFrame; |
16 | protected TextArea result; | 16 | protected TextArea result; |
17 | protected String name; | 17 | public String name; |
18 | 18 | ||
19 | public abstract void execute(String src); | 19 | protected abstract void execute(String src); |
20 | 20 | ||
21 | public void init(String path, String params, UIFrame uiFrame) { | 21 | public void init(String path, String params, UIFrame uiFrame) { |
22 | this.path = path; | 22 | this.path = path; |