/hg/icedtea-web: fixed two doclint errors
jvanek at icedtea.classpath.org
jvanek at icedtea.classpath.org
Tue Sep 22 16:20:09 UTC 2015
changeset b0ddb251d360 in /hg/icedtea-web
details: http://icedtea.classpath.org/hg/icedtea-web?cmd=changeset;node=b0ddb251d360
author: Jiri Vanek <jvanek at redhat.com>
date: Tue Sep 22 18:19:57 2015 +0200
fixed two doclint errors
diffstat:
ChangeLog | 8 ++++++++
netx/net/sourceforge/jnlp/security/package-info.java | 3 ++-
netx/net/sourceforge/jnlp/security/policyeditor/PolicyEditorPermissions.java | 5 +++++
3 files changed, 15 insertions(+), 1 deletions(-)
diffs (50 lines):
diff -r fefd388109a8 -r b0ddb251d360 ChangeLog
--- a/ChangeLog Fri Sep 11 10:58:35 2015 +0200
+++ b/ChangeLog Tue Sep 22 18:19:57 2015 +0200
@@ -1,3 +1,11 @@
+2015-09-22 Jiri Vanek <jvanek at redhat.com>
+
+ fixed two doclint errors
+ * netx/net/sourceforge/jnlp/security/package-info.java: diagram put inside code annotation
+ * netx/net/sourceforge/jnlp/security/policyeditor/PolicyEditorPermissions.java:
+ (getTitle) added javadoc to prevent auto-generated return with (doclint) invalid character
+
+
2015-09-09 Jacob Wisor <gitne at icedtea.classpath.org>
* ChangeLog: Fix spelling and formatting
diff -r fefd388109a8 -r b0ddb251d360 netx/net/sourceforge/jnlp/security/package-info.java
--- a/netx/net/sourceforge/jnlp/security/package-info.java Fri Sep 11 10:58:35 2015 +0200
+++ b/netx/net/sourceforge/jnlp/security/package-info.java Tue Sep 22 18:19:57 2015 +0200
@@ -35,6 +35,7 @@
*<h3>Following diagram shows how dialog is handled when some application/appelt needs to show it</h3>
*
*<pre>
+{@code
ITW-thread(s) | dialogs-thread X
| X
presteps in SecurtyDialogs | X
@@ -83,7 +84,7 @@
| | X
continue accordingly | X
X
-
+}
*</pre>
*
*<h3>How to make your dialog to be remembered</h3>
diff -r fefd388109a8 -r b0ddb251d360 netx/net/sourceforge/jnlp/security/policyeditor/PolicyEditorPermissions.java
--- a/netx/net/sourceforge/jnlp/security/policyeditor/PolicyEditorPermissions.java Fri Sep 11 10:58:35 2015 +0200
+++ b/netx/net/sourceforge/jnlp/security/policyeditor/PolicyEditorPermissions.java Tue Sep 22 18:19:57 2015 +0200
@@ -196,6 +196,11 @@
return false;
}
+ /**
+ * Return title for policy extended by drop-down mark.
+ *
+ * @return title with down-pointing arrow
+ */
public String getTitle() {
return title + " Ë";
}
More information about the distro-pkg-dev
mailing list