aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorAdam Domurad <[email protected]>2013-04-24 11:06:49 -0400
committerAdam Domurad <[email protected]>2013-04-24 11:06:49 -0400
commit7b41471de413b4fe7e8cb2d2551b44541aea3fd7 (patch)
tree0df913b0fbf8165aaaaa897141eead6219ce39c9 /ChangeLog
parentdfbd349f02bf60a694a80e4c93b24ed2f1413587 (diff)
Remove unnecessary line that can result in NPE
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1c3d46d..d84f6aa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2013-04-24 Adam Domurad <[email protected]>
+
+ * plugin/icedteanp/java/sun/applet/PluginAppletViewer.java:
+ Remove unnecessary line that can result in NPE
+
2013-04-23 Adam Domurad <[email protected]>
* tests/netx/unit/net/sourceforge/jnlp/util/UrlUtilsTest.java: