diff options
author | Denis Lila <[email protected]> | 2011-02-28 17:30:40 -0500 |
---|---|---|
committer | Denis Lila <[email protected]> | 2011-02-28 17:30:40 -0500 |
commit | 786236c12331acd61c4e8d6ba4d94b277911187a (patch) | |
tree | 091ab2fc03296a3a0f328e97433e86577c1c6e01 /ChangeLog | |
parent | 5df1503c77c6c1b6104baa22354bd1cd215f9cbc (diff) |
minor refactoring + dead code removal
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +2011-02-28 Denis Lila <[email protected]> + + * plugin/icedteanp/java/sun/applet/PluginMain.java + (redirectStreams, streamHandler, securityContext) make them local. + (theVersion): make it private. + (PluginMain): make it private. Empty the body. + (main): Do all the work that used to be in PluginMain. + (connect): make it static, and now it returns a PluginStreamHandler + instead of setting a static variable. + (messageAvailable, getMessage): Remove. + 2011-02-28 Omair Majid <[email protected]> * netx/net/sourceforge/jnlp/resources/Messages.properties: Add Password, |