aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJiri Vanek <[email protected]>2012-05-29 17:38:27 +0200
committerJiri Vanek <[email protected]>2012-05-29 17:38:27 +0200
commit4799d06d31c948378700559beff543a9eb9c2924 (patch)
tree777bcd9f849793999c0b0f8198d9932b23c46e02 /ChangeLog
parent918eeb21a0548d7a3edf4a388933be622ec0fd65 (diff)
netx/net/sourceforge/jnlp/runtime/JNLPClassLoader.java: (getPermissions): New rethrow of exceptions and following condition make more accurate
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 9a2e15c..db7d206 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,9 @@
-2012-05-20 Jiri Vanek <[email protected]>
+2012-05-29 Jiri Vanek <[email protected]>
+
+ * netx/net/sourceforge/jnlp/runtime/JNLPClassLoader.java: (getPermissions):
+ New rethrow of exceptions and following condition make more accurate.
+
+2012-05-29 Jiri Vanek <[email protected]>
Get rid of repeated sout/serr in reproducers testcases/unit tests and
introduce bottleneck for loging.