From 6dd02bd8a831bf768cad8038a4e973a3e85879ee Mon Sep 17 00:00:00 2001 From: boccioli_m Date: Tue, 9 Jun 2015 09:50:10 +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 0327df6..1a16c50 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").getPath()) {}; //fc = new FileInputStream(file); // this.jTextField1.setText(file.toPath().toString()); //prop.load(fc);