/hg/icedtea-web: package-info.java: li elements wrapped by ul el...

jvanek at icedtea.classpath.org jvanek at icedtea.classpath.org
Wed Sep 30 14:21:32 UTC 2015


changeset 6032a4159000 in /hg/icedtea-web
details: http://icedtea.classpath.org/hg/icedtea-web?cmd=changeset;node=6032a4159000
author: Jiri Vanek <jvanek at redhat.com>
date: Wed Sep 30 16:21:07 2015 +0200

	package-info.java: li elements wrapped	by ul elements


diffstat:

 ChangeLog                                            |   6 ++++++
 netx/net/sourceforge/jnlp/security/package-info.java |  14 +++++++++-----
 2 files changed, 15 insertions(+), 5 deletions(-)

diffs (38 lines):

diff -r b947373b064a -r 6032a4159000 ChangeLog
--- a/ChangeLog	Fri Sep 25 17:03:06 2015 +0200
+++ b/ChangeLog	Wed Sep 30 16:21:07 2015 +0200
@@ -1,3 +1,9 @@
+2015-09-30  Jiri Vanek  <jvanek at redhat.com>
+
+	fixed doclint errors
+	* netx/net/sourceforge/jnlp/security/package-info.java: li elements wrapped
+	by ul elements
+
 2015-09-25  Jiri Vanek  <jvanek at redhat.com>
 
 	* tests/reproducers/signed/SOPBypassSigned/srcs/SOPBypassSigned.java
diff -r b947373b064a -r 6032a4159000 netx/net/sourceforge/jnlp/security/package-info.java
--- a/netx/net/sourceforge/jnlp/security/package-info.java	Fri Sep 25 17:03:06 2015 +0200
+++ b/netx/net/sourceforge/jnlp/security/package-info.java	Wed Sep 30 16:21:07 2015 +0200
@@ -88,12 +88,16 @@
  *</pre>
  *
  *<h3>How to make your dialog to be remembered</h3>
- *<li>make your extension of SecurityPanel implementing RememberableDialog:
+ *<ul>
+ *<li>make your extension of SecurityPanel implementing RememberableDialog: </li>
+ *</ul>
  *<blockquote>
- * <li>  RememberPanelResult getRemeberAction - if your dialogue uses RememberPanel, then you get RememberPanelResult for free
- * <li>  DialogResult getValue() - what your dialogue actually returns. If it is some simple Yes, No.. Then you can use existing types in dialogresults package. If it handles something more complex, you can inspire yourself in AccessWarningPaneComplexReturn
- * <li>  JNLPFile getFile() - ok, file keeps all needed to identify applet/app, so it is a must.
- * <li>  DialogResult readValue(String s) - the dialog must be able to read answer from String, which is supplied to it via engine. If you use some PrimitivesSubset extension, then it is mostly only static call its factory creator from String.
+ *<ul>
+ * <li>  RememberPanelResult getRemeberAction - if your dialogue uses RememberPanel, then you get RememberPanelResult for free</li>
+ * <li>  DialogResult getValue() - what your dialogue actually returns. If it is some simple Yes, No.. Then you can use existing types in dialogresults package. If it handles something more complex, you can inspire yourself in AccessWarningPaneComplexReturn </li>
+ * <li>  JNLPFile getFile() - ok, file keeps all needed to identify applet/app, so it is a must.</li>
+ * <li>  DialogResult readValue(String s) - the dialog must be able to read answer from String, which is supplied to it via engine. If you use some PrimitivesSubset extension, then it is mostly only static call its factory creator from String. </li>
+ *</ul>
  *</blockquote>
  *This should be all. The value your type writeValue to file, is then stored under Key, which is your extension of SecurityPanel implementing RememberableDialog name
  *


More information about the distro-pkg-dev mailing list