# HG changeset patch # User Jiri Vanek # Date 1413539519 -7200 # Node ID bfc8902c347af90a538bbcf8d92b93ad23ed3342 # Parent 94e33db5ad021c9a6cf439e67d081609538b5d38 Fixed jdk8 javadoc generation error * netx/net/sourceforge/jnlp/controlpanel/CommandLine.java: invalid link #allCommands replaced by plain optionsDefinitions.getItwsettingsCommands diff -r 94e33db5ad02 -r bfc8902c347a ChangeLog --- a/ChangeLog Mon Oct 13 16:05:27 2014 +0200 +++ b/ChangeLog Fri Oct 17 11:51:59 2014 +0200 @@ -1,3 +1,9 @@ +2014-10-17 Jiri Vanek + + Fixed jdk8 javadoc generation error + * netx/net/sourceforge/jnlp/controlpanel/CommandLine.java: invalid link + #allCommands replaced by plain optionsDefinitions.getItwsettingsCommands + 2014-10-13 Fridrich Strba Removed all references to deprecated sun.misc.Ref diff -r 94e33db5ad02 -r bfc8902c347a netx/net/sourceforge/jnlp/controlpanel/CommandLine.java --- a/netx/net/sourceforge/jnlp/controlpanel/CommandLine.java Mon Oct 13 16:05:27 2014 +0200 +++ b/netx/net/sourceforge/jnlp/controlpanel/CommandLine.java Fri Oct 17 11:51:59 2014 +0200 @@ -38,8 +38,8 @@ * Encapsulates a command line interface to the deployment configuration. *

* The central method is {@link #handle(String[])}, which calls one of the - * various 'handle' methods. The commands listed in {@link #allCommands} are - * supported. For each supported command, a method handleCOMMANDCommand exists. + * various 'handle' methods. The commands listed in OptionsDefinitions.getItwsettingsCommands + * are supported. For each supported command, a method handleCOMMANDCommand exists. * This method actually takes action based on the command. Generally, a * printCOMMANDHelp method also exists, and prints out the help message for * that specific command. For example, see {@link #handleListCommand(List)}