From 8190a323c5e1bf4230d4b43b10bd2ea558855f76 Mon Sep 17 00:00:00 2001 From: boccioli_m Date: Tue, 9 Jun 2015 10:26:54 +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 5675115..00e8d93 100644 --- a/plugins/TestingList.java +++ b/plugins/TestingList.java @@ -374,9 +374,9 @@ public class TestingList extends Panel { Properties prop = new Properties(); ClassLoader classLoader = getClass().getClassLoader(); String fileName = classLoader.getResource("../script/tests/devices/LS/.config").getPath(); - InputStream is = new FileInputStream(fileName); + //InputStream is = new FileInputStream(fileName); - prop.load(is); + //prop.load(is); addToTable(prop.getProperty("name"), prop.getProperty("description")); }