Skip to content

Commit

Permalink
0003320: Possible NullPointerException during extension registration on
Browse files Browse the repository at this point in the history
a busy system
  • Loading branch information
mmichalek committed Nov 20, 2017
1 parent 3b102b1 commit 5451a47
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -41,7 +41,8 @@ public ClientExtensionService(ISymmetricEngine engine, ApplicationContext spring
this.springContext = springContext;
}

public void refresh() {
@Override
public synchronized void refresh() {
super.refresh();

if (springContext != null) {
Expand Down

0 comments on commit 5451a47

Please sign in to comment.