aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJiri Vanek <[email protected]>2013-11-27 14:14:59 +0100
committerJiri Vanek <[email protected]>2013-11-27 14:14:59 +0100
commitac7b8213a8d58eca5341b2eef8f328ea74126f0f (patch)
treebe02c4b16187f6e2d3ea246cef6512ba182d895c /ChangeLog
parent59233334144dca83fb017795d54d99636cccee81 (diff)
removed redundant slash in chnagelog
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 64198a9..682f173 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,7 +2,7 @@
* netx/net/sourceforge/jnlp/runtime/JNLPClassLoader.java: (getManifestAttribute)
added check for null manifest to prevent npe.
- * /tests/netx/unit/net/sourceforge/jnlp/runtime/JNLPClassLoaderTest.java:
+ * tests/netx/unit/net/sourceforge/jnlp/runtime/JNLPClassLoaderTest.java:
added test for npe from getManifestAttribute
* tests/test-extensions/net/sourceforge/jnlp/util/FileTestUtils.java:
(createJarWithContents) enhanced to be able to create jar without manifest.