diff options
Diffstat (limited to 'plugin/icedteanp/java/sun/applet/PluginObjectStore.java')
-rw-r--r-- | plugin/icedteanp/java/sun/applet/PluginObjectStore.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/icedteanp/java/sun/applet/PluginObjectStore.java b/plugin/icedteanp/java/sun/applet/PluginObjectStore.java index 1f7114d..a80e327 100644 --- a/plugin/icedteanp/java/sun/applet/PluginObjectStore.java +++ b/plugin/icedteanp/java/sun/applet/PluginObjectStore.java @@ -127,7 +127,7 @@ public class PluginObjectStore { synchronized(lock) { if (PluginDebug.DEBUG) { for (Map.Entry<Integer, Object> e : objects.entrySet()) { - PluginDebug.debug(e.getKey() + "::" + e.getValue()); + PluginDebug.debug(e.getKey(), "::", e.getValue()); } } } |