Skip to content
Snippets Groups Projects
Commit 91d611e3 authored by Herwin van Welbergen's avatar Herwin van Welbergen
Browse files

made sure initialize is called only once

parent 6792881e
No related branches found
No related tags found
No related merge requests found
...@@ -121,7 +121,7 @@ public class ComponentNotifier ...@@ -121,7 +121,7 @@ public class ComponentNotifier
this.inBuffer = inBuffer; this.inBuffer = inBuffer;
} }
public void initialize() public synchronized void initialize()
{ {
if(!isInitialized) if(!isInitialized)
{ {
......
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