diff options
author | Omair Majid <[email protected]> | 2011-02-22 19:15:05 -0500 |
---|---|---|
committer | Omair Majid <[email protected]> | 2011-02-22 19:15:05 -0500 |
commit | 44d552df84874d5a89cfe4881e344249947c7ed3 (patch) | |
tree | 0100823c99d6082972f0c82d954664e59d841e48 /ChangeLog | |
parent | 76cdc1d4a5213a9968ab5de77108e573022ac485 (diff) |
Fix PR638: JNLPClassLoader.loadClass(String name) can return null
2011-02-22 Omair Majid <[email protected]>
Mark Greenwood <[email protected]>
Fix PR638
* NEWS: Update with fix.
* netx/net/sourceforge/jnlp/runtime/JNLPClassLoader.java (loadClass): Throw
ClassNotFoundException instead of returning null.
* AUTHORS: Update.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,4 +1,13 @@ 2011-02-22 Omair Majid <[email protected]> + Mark Greenwood <[email protected]> + + Fix PR638 + * NEWS: Update with fix. + * netx/net/sourceforge/jnlp/runtime/JNLPClassLoader.java (loadClass): Throw + ClassNotFoundException instead of returning null. + * AUTHORS: Update. + +2011-02-22 Omair Majid <[email protected]> * Makefile.am (uninstall-local): Fix typo in PACKAGE_NAME. |