Skip to content

Commit

Permalink
Refactoring.
Browse files Browse the repository at this point in the history
  • Loading branch information
albertus82 committed May 20, 2024
1 parent f6c6b5c commit 9fbae15
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
import io.github.albertus82.jface.preference.IPreferencesConfiguration;
import io.github.albertus82.jface.preference.PreferencesConfiguration;
import io.github.albertus82.util.InitializationException;
import io.github.albertus82.util.SystemUtils;
import io.github.albertus82.util.config.Configuration;
import io.github.albertus82.util.config.PropertiesConfiguration;

Expand All @@ -32,8 +31,6 @@ else if (Util.isMac()) {
}
}

public static final String APPDATA_DIRECTORY = SystemUtils.getOsSpecificLocalAppDataDir() + File.separator + DIRECTORY_NAME;

private static volatile ApplicationConfig instance; // NOSONAR Use a thread-safe type; adding "volatile" is not enough to make this field thread-safe. Use a thread-safe type; adding "volatile" is not enough to make this field thread-safe.
private static volatile IPreferencesConfiguration wrapper; // NOSONAR Use a thread-safe type; adding "volatile" is not enough to make this field thread-safe. Use a thread-safe type; adding "volatile" is not enough to make this field thread-safe.
private static int instanceCount = 0;
Expand Down

0 comments on commit 9fbae15

Please sign in to comment.