Skip to content
Snippets Groups Projects
Commit fde21134 authored by srosse's avatar srosse
Browse files

OO-3071: remove synchronized of user manager

parent f480cfbf
No related branches found
No related tags found
No related merge requests found
...@@ -69,7 +69,7 @@ public abstract class UserManager extends BasicManager { ...@@ -69,7 +69,7 @@ public abstract class UserManager extends BasicManager {
* *
* @return Instance of a UserManager * @return Instance of a UserManager
*/ */
public static final synchronized UserManager getInstance() { public static final UserManager getInstance() {
return INSTANCE; return INSTANCE;
} }
......
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