From 379cb1c25c67692d695393985730c64519e8de58 Mon Sep 17 00:00:00 2001 From: boccioli_m Date: Tue, 9 Jun 2015 09:51:53 +0200 Subject: [PATCH] Closedown --- plugins/TestingList.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/TestingList.java b/plugins/TestingList.java index 1a16c50..e43534a 100644 --- a/plugins/TestingList.java +++ b/plugins/TestingList.java @@ -345,7 +345,7 @@ public class TestingList extends Panel { ClassLoader classLoader = getClass().getClassLoader(); //File file = new File(classLoader.getResource("../script/tests/devices/LS/.config").getFile()); - fc = new FileInputStream(classLoader.getResource("../script/tests/devices/LS/.config").getPath()) {}; + fc = new FileInputStream(classLoader.getResource("../script/tests/devices/LS/.config").getFile()) {}; //fc = new FileInputStream(file); // this.jTextField1.setText(file.toPath().toString()); //prop.load(fc);