diff options
author | Denis Lila <[email protected]> | 2011-04-05 12:39:14 -0400 |
---|---|---|
committer | Denis Lila <[email protected]> | 2011-04-05 12:39:14 -0400 |
commit | b5b1409c7ab8d77a1f73409d5b3d7a0eacb598af (patch) | |
tree | 631280247922e4e5c1b5b57576f4b35af3891900 /ChangeLog | |
parent | 8c55999a5dd8968ba23a783b3bcdd904ab6a6460 (diff) |
Fix concurrent access problem to downloadOptions.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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; |