Closedown
This commit is contained in:
@@ -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"));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user