Skip to content
Snippets Groups Projects
Commit 34a98465 authored by Florian Fittkau's avatar Florian Fittkau
Browse files

minor

parent 66099993
No related branches found
No related tags found
No related merge requests found
...@@ -215,6 +215,8 @@ public class MessageDistributer implements EventHandler<ByteArrayEvent> { ...@@ -215,6 +215,8 @@ public class MessageDistributer implements EventHandler<ByteArrayEvent> {
public void addToRegistry(final int key, final String value) { public void addToRegistry(final int key, final String value) {
stringRegistry.put(key, value); stringRegistry.put(key, value);
System.out.println("put key " + key + " value " + value);
synchronized (this) { synchronized (this) {
notifyAll(); notifyAll();
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment