Skip to content
Snippets Groups Projects
Commit d18ac080 authored by Kristof Szabados's avatar Kristof Szabados
Browse files

maybe synchronization will make it safer in multithreaded environments


Signed-off-by: default avatarkristof <Kristof.Szabados@ericsson.com>
parent 3499439e
No related branches found
No related tags found
No related merge requests found
......@@ -29,7 +29,7 @@ public final class PreferenceManager {
// disabled constructor
}
public static IPreferenceStore getStore() {
public static synchronized IPreferenceStore getStore() {
if (store == null) {
store = Activator.getDefault().getPreferenceStore();
}
......
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