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

WiP

parent 595e0099
No related branches found
No related tags found
No related merge requests found
......@@ -24,7 +24,6 @@ public class StringRegistryReceiver {
public void putStringRecord(final int key, final String value) {
// System.out.println("Put key " + key + " value " + value);
inverseStringReg.put(key, value);
System.out.println("stringRegistryReceiver size is now " + getSize()
+ " string length is: " + value.length());
System.out.println("stringRegistryReceiver size is now " + getSize());
}
}
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