Closedown

This commit is contained in:
boccioli_m
2015-06-09 10:26:54 +02:00
parent f2e752f82e
commit 8190a323c5

View File

@@ -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"));
}