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

WiP

parent 389c1ede
No related branches found
No related tags found
No related merge requests found
......@@ -24,6 +24,7 @@ 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());
System.out.println("stringRegistryReceiver size is now " + getSize()
+ " string length is: " + value.length());
}
}
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