Index: java/security/Security.java =================================================================== RCS file: /cvsroot/classpath/classpath/java/security/Security.java,v retrieving revision 1.29 diff -u -b -B -r1.29 Security.java --- java/security/Security.java 28 May 2004 10:18:04 -0000 1.29 +++ java/security/Security.java 15 Jul 2004 13:24:02 -0000 @@ -57,7 +57,7 @@ * This class centralizes all security properties and common security methods. * One of its primary uses is to manage providers. * - * @author Mark Benvenuto + * @author Mark Benvenuto (address@hidden) */ public final class Security { @@ -411,7 +411,7 @@ * MessageDigest, Cipher, Mac, KeyStore). Returns an empty Set if there is no * provider that supports the specified service. For a complete list of Java * cryptographic services, please see the Java Cryptography Architecture API - * Specification & Reference. Note: the returned set is immutable. + * Specification & Reference. Note: the returned set is immutable. * * @param serviceName the name of the Java cryptographic service (e.g., * Signature, MessageDigest, Cipher, Mac, KeyStore). Note: this parameter is @@ -466,7 +466,7 @@ * formats:

* *