[BUGFIX] Solved issue with overridding files

This commit is contained in:
JKetelaar
2016-10-18 00:31:42 +02:00
parent 3a4ebb47c0
commit fc64be1c4a
2 changed files with 1 additions and 1 deletions
@@ -21,7 +21,7 @@ public class ProjectProperties {
private void setProperties() {
InputStream input;
try {
String propertiesFileName = "storage/app.properties";
String propertiesFileName = "storage/parabot.properties";
input = getClass().getClassLoader()
.getResourceAsStream(propertiesFileName);