@@ -17,10 +17,9 @@ public class Main {
|
||||
dev = false;
|
||||
}
|
||||
|
||||
InputStream stream = Main.class.getClassLoader().getResourceAsStream("app.properties");
|
||||
properties = new Properties();
|
||||
try {
|
||||
properties.load(stream);
|
||||
properties = new Properties();
|
||||
properties.load(Main.class.getClassLoader().getResourceAsStream("app.properties"));
|
||||
}
|
||||
catch (IOException e) {
|
||||
e.printStackTrace();
|
||||
|
||||
Reference in New Issue
Block a user