From 5affcc05d2ffd1887b2778fa259500e5d1b91888 Mon Sep 17 00:00:00 2001 From: boccioli_m Date: Tue, 9 Jun 2015 09:28:30 +0200 Subject: [PATCH] Closedown --- plugins/TestingList.java | 2 +- plugins/plublic.java | 13 +++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 plugins/plublic.java diff --git a/plugins/TestingList.java b/plugins/TestingList.java index 8d61649..2a58610 100644 --- a/plugins/TestingList.java +++ b/plugins/TestingList.java @@ -338,7 +338,7 @@ public class TestingList extends Panel { public void loadTests() throws FileNotFoundException, IOException{ Properties prop = new Properties(); - String fileName = "../script/tests/devces/LS/.config"; + String fileName = "/script/tests/devces/LS/.config"; InputStream fc = new FileInputStream(fileName); this.jTextField1.setText(fc.toString()); //prop.load(fc); diff --git a/plugins/plublic.java b/plugins/plublic.java new file mode 100644 index 0000000..d8967f8 --- /dev/null +++ b/plugins/plublic.java @@ -0,0 +1,13 @@ +/* + * To change this license header, choose License Headers in Project Properties. + * To change this template file, choose Tools | Templates + * and open the template in the editor. + */ + +/** + * + * @author boccioli_m + */ +class plublic { + +}