aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorDenis Lila <[email protected]>2011-04-05 12:39:14 -0400
committerDenis Lila <[email protected]>2011-04-05 12:39:14 -0400
commitb5b1409c7ab8d77a1f73409d5b3d7a0eacb598af (patch)
tree631280247922e4e5c1b5b57576f4b35af3891900 /ChangeLog
parent8c55999a5dd8968ba23a783b3bcdd904ab6a6460 (diff)
Fix concurrent access problem to downloadOptions.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index dcbb83b..755b304 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2011-04-05 Denis Lila <[email protected]>
+ * netx/net/sourceforge/jnlp/cache/ResourceTracker.java:
+ Remove unused imports, add import.
+ (downloadOptions): Make ConcurrentHashMap.
+
+2011-04-05 Denis Lila <[email protected]>
+
* plugin/icedteanp/IcedTeaNPPlugin.cc
(plugin_start_appletviewer): Replace hardcoded indices
with a variable; roll up free calls in a loop; fix whitespace;