/hg/icedtea-web: Fixed jdk8 javadoc generation error
jvanek at icedtea.classpath.org
jvanek at icedtea.classpath.org
Fri Oct 17 09:52:23 UTC 2014
changeset dd6be5e03667 in /hg/icedtea-web
details: http://icedtea.classpath.org/hg/icedtea-web?cmd=changeset;node=dd6be5e03667
author: Jiri Vanek <jvanek at redhat.com>
date: Fri Oct 17 11:51:59 2014 +0200
Fixed jdk8 javadoc generation error
* netx/net/sourceforge/jnlp/controlpanel/CommandLine.java: invalid link
#allCommands replaced by plain optionsDefinitions.getItwsettingsCommands
diffstat:
ChangeLog | 6 ++++++
netx/net/sourceforge/jnlp/controlpanel/CommandLine.java | 4 ++--
2 files changed, 8 insertions(+), 2 deletions(-)
diffs (27 lines):
diff -r df05d1de5af4 -r dd6be5e03667 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 <jvanek at 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 at suse.com>
Removed all references to deprecated sun.misc.Ref
diff -r df05d1de5af4 -r dd6be5e03667 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
@@ -42,8 +42,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)}
More information about the distro-pkg-dev
mailing list