Removing synchronized as the load properties method no longer set the static istance

This commit is contained in:
Luca Abbati 2019-06-03 15:28:26 +02:00
parent 4dd6708852
commit 076c2b1b4e
No known key found for this signature in database
GPG Key ID: 74DBB952D9BA17F2
1 changed files with 1 additions and 1 deletions

View File

@ -872,7 +872,7 @@ public class Config {
* @return The {@link Properties} object. the returned instance might be empty of file does not
* exist or if it is in a wrong format.
*/
private static synchronized Properties loadConfigurationFile() {
private static Properties loadConfigurationFile() {
Properties properties = new Properties();
String configurationFilePath =