Skip to content
Snippets Groups Projects
Commit 8c083327 authored by Emil Ivov's avatar Emil Ivov
Browse files

Mionr: Use static method throgh class.

parent 6a396e02
No related branches found
No related tags found
No related merge requests found
...@@ -1559,8 +1559,7 @@ private void loadDefaultProperties(String fileName) ...@@ -1559,8 +1559,7 @@ private void loadDefaultProperties(String fileName)
{ {
Properties fileProps = new Properties(); Properties fileProps = new Properties();
fileProps.load(ClassLoader.getSystemClassLoader() fileProps.load(ClassLoader.getSystemResourceAsStream(fileName));
.getSystemResourceAsStream(fileName));
// now get those properties and place them into the mutable and // now get those properties and place them into the mutable and
// immutable properties maps. // immutable properties maps.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment