changeset 1022:bfc8902c347a

Fixed jdk8 javadoc generation error * netx/net/sourceforge/jnlp/controlpanel/CommandLine.java: invalid link #allCommands replaced by plain optionsDefinitions.getItwsettingsCommands
author Jiri Vanek <jvanek@redhat.com>
date Fri, 17 Oct 2014 11:51:59 +0200
parents 94e33db5ad02
children a0f97e180e2a
files ChangeLog netx/net/sourceforge/jnlp/controlpanel/CommandLine.java
diffstat 2 files changed, 8 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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  <jvanek@redhat.com>
+
+	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  <fridrich.strba@suse.com>
 
 	Removed all references to deprecated sun.misc.Ref
--- 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.
  * <p>
  * 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)}