diff options
author | Adam Domurad <[email protected]> | 2013-02-25 13:06:12 -0500 |
---|---|---|
committer | Adam Domurad <[email protected]> | 2013-02-25 13:06:12 -0500 |
commit | 8f33e7d61884012e3c759b563c94f97ecdac4371 (patch) | |
tree | 44692089ec75f29bef3f19bc8df534ccb7fd8e19 /ChangeLog | |
parent | a54b7c4a22720972058f214fe8bf5c2bf3867b94 (diff) |
Extract JNLPClassLoader initialization logic into createInstance() method
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2013-02-25 Adam Domurad <[email protected]> + + * netx/net/sourceforge/jnlp/runtime/JNLPClassLoader.java: + (createInstance): Extract initialization logic from 'getInstance' into + new 'createInstace' method. + (getInstance): Call newly introduced createInstance method. + 2013-02-25 Jiri Vanek <[email protected]> Removed unused legacy-launcher sources |