changeset 76:e09dd7691f27

Fix remaining javadoc warning from KeyTool.java (removed post-1.0). 2010-12-07 Andrew John Hughes <ahughes@redhat.com> * netx/net/sourceforge/jnlp/tools/KeyTool.java: (checkCacertsForCertificate(Certificate c)): Fix typo (@returns->@return).
author Andrew John Hughes <ahughes@redhat.com>
date Tue, 14 Dec 2010 11:25:56 +0000
parents 1211f7e5eaa0
children 460ec1f29d89
files ChangeLog netx/net/sourceforge/jnlp/tools/KeyTool.java
diffstat 2 files changed, 7 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Wed Dec 08 16:37:41 2010 +0000
+++ b/ChangeLog	Tue Dec 14 11:25:56 2010 +0000
@@ -1,3 +1,9 @@
+2010-12-07  Andrew John Hughes  <ahughes@redhat.com>
+
+	* netx/net/sourceforge/jnlp/tools/KeyTool.java:
+	(checkCacertsForCertificate(Certificate c)):
+	Fix typo (@returns->@return).
+
 2010-12-07  Andrew John Hughes  <ahughes@redhat.com>
 
 	* netx/net/sourceforge/jnlp/InformationDesc.java,
--- a/netx/net/sourceforge/jnlp/tools/KeyTool.java	Wed Dec 08 16:37:41 2010 +0000
+++ b/netx/net/sourceforge/jnlp/tools/KeyTool.java	Tue Dec 14 11:25:56 2010 +0000
@@ -259,7 +259,7 @@
      * Checks if a given certificate is part of the user's cacerts
      * keystore.
      * @param c the certificate to check
-     * @returns true if the certificate is in the user's cacerts and
+     * @return true if the certificate is in the user's cacerts and
      * false otherwise
      */
     public boolean checkCacertsForCertificate(Certificate c) throws Exception {