diff options
author | Jiri Vanek <[email protected]> | 2013-10-20 18:13:43 +0200 |
---|---|---|
committer | Jiri Vanek <[email protected]> | 2013-10-20 18:13:43 +0200 |
commit | e6bc8857f80957b5b411493d2fbe9dac84293537 (patch) | |
tree | c20ddb4cae49a194ef24a781b5a4d3846335f63d /ChangeLog | |
parent | 72cc555dc703aa3f6a7338b5c3ade9fee7e799e3 (diff) |
Minor fix in DEBUG initialisation
* netx/net/sourceforge/jnlp/runtime/JNLPRuntime.java: (isPluginDebug) made private to prevent confusion.
* plugin/icedteanp/java/sun/applet/PluginDebug.java: (DEBUG) initialized from JNLPRuntime.isDebug instead of incorrect JNLPRuntime.isPluginDebug.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2013-10-20 Jiri Vanek <[email protected]> + + * netx/net/sourceforge/jnlp/runtime/JNLPRuntime.java: (isPluginDebug) + made private to prevent confusion. + * plugin/icedteanp/java/sun/applet/PluginDebug.java: (DEBUG) initialized + from JNLPRuntime.isDebug instead of incorrect JNLPRuntime.isPluginDebug. + 2013-10-17 Andrew Azores <[email protected]> Back out changeset 420d72e5cee7 due to breaking LiveConnect feature. |