hello all, the attached patch --already committed-- fixes some javadoc problems in three gnu.java.security classes.
2006-05-20 Raif S. Naffah <[EMAIL PROTECTED]>
* gnu/java/security/OID.java: Updated copyright year.
(OID): Removed unused Javadoc param tag.
* gnu/java/security/prng/PRNGFactory.java: Removed unused import.
* gnu/java/security/hash/MD4.java: Fixed a Javadoc link.
cheers;
rsn
Index: MD4.java
===================================================================
RCS file: /cvsroot/classpath/classpath/gnu/java/security/hash/MD4.java,v
retrieving revision 1.2
diff -u -r1.2 MD4.java
--- MD4.java 21 Apr 2006 10:35:36 -0000 1.2
+++ MD4.java 20 May 2006 03:11:59 -0000
@@ -44,7 +44,7 @@
/**
* <p>An implementation of Ron Rivest's MD4 message digest algorithm.</p>
*
- * <p>MD4 was the precursor to the stronger [EMAIL PROTECTED] gnu.crypto.hash.MD5}
+ * <p>MD4 was the precursor to the stronger [EMAIL PROTECTED] gnu.java.security.hash.MD5}
* algorithm, and while not considered cryptograpically secure itself, MD4 is
* in use in various applications. It is slightly faster than MD5.</p>
*
Index: PRNGFactory.java
===================================================================
RCS file: /cvsroot/classpath/classpath/gnu/java/security/prng/PRNGFactory.java,v
retrieving revision 1.1
diff -u -r1.1 PRNGFactory.java
--- PRNGFactory.java 26 Jan 2006 02:25:11 -0000 1.1
+++ PRNGFactory.java 20 May 2006 03:17:53 -0000
@@ -42,7 +42,6 @@
import java.util.Collections;
import java.util.HashSet;
-import java.util.Iterator;
import java.util.Set;
/**
Index: OID.java
===================================================================
RCS file: /cvsroot/classpath/classpath/gnu/java/security/OID.java,v
retrieving revision 1.6
diff -u -r1.6 OID.java
--- OID.java 26 Jul 2005 16:46:58 -0000 1.6
+++ OID.java 20 May 2006 03:21:47 -0000
@@ -1,5 +1,5 @@
/* OID.java -- numeric representation of an object identifier
- Copyright (C) 2003, 2004, 2005 Free Software Foundation, Inc.
+ Copyright (C) 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
This file is part of GNU Classpath.
@@ -211,7 +211,6 @@
/**
* Construct a new OID from the given DER bytes.
*
- * @param root The root OID.
* @param encoded The encoded relative OID.
* @param relative The relative flag.
*/
pgpTCOfvsf3KY.pgp
Description: PGP signature
