This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
FYI: Patch: java.security.Security
- From: Michael Koch <konqueror at gmx dot de>
- To: java-patches at gcc dot gnu dot org
- Date: Tue, 2 Dec 2003 19:38:05 +0100
- Subject: FYI: Patch: java.security.Security
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi list,
I commited the attached patch to merge with classpath again.
Michael
- --
Homepage: http://www.worldforge.org/
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.3 (GNU/Linux)
iD8DBQE/zNwNWSOgCCdjSDsRAkZlAJ41Stpiznm8GghZTs9c2+LBpmFG2gCeKR7r
eORttu5Da3dReu1MjUpBRBo=
=WOwM
-----END PGP SIGNATURE-----
Index: ChangeLog
===================================================================
RCS file: /cvs/gcc/gcc/libjava/ChangeLog,v
retrieving revision 1.2408
diff -u -b -B -r1.2408 ChangeLog
--- ChangeLog 2 Dec 2003 17:05:39 -0000 1.2408
+++ ChangeLog 2 Dec 2003 17:29:37 -0000
@@ -1,3 +1,7 @@
+2003-12-02 Mark Wielaard <mark@klomp.org>
+
+ * java/security/Security.java: Don't use in the api doc.
+
2003-12-02 Dalibor Topic <robilad@kaffe.org>
Reported by: Jim Pick <jim@kaffe.org>
Index: java/security/Security.java
===================================================================
RCS file: /cvs/gcc/gcc/libjava/java/security/Security.java,v
retrieving revision 1.15
diff -u -b -B -r1.15 Security.java
--- java/security/Security.java 8 Oct 2003 21:01:50 -0000 1.15
+++ java/security/Security.java 2 Dec 2003 17:29:37 -0000
@@ -475,7 +475,7 @@
* provider that supplied a CertificateFactory implementation for X.509
* certificates.</p></li>
*
- * <li><p><crypto_service>.<algorithm_or_type> <attribute_name>:<attribute_value></p>
+ * <li><p><crypto_service>.<algorithm_or_type> <attribute_name>:<attribute_value></p>
* <p>The cryptographic service name must not contain any dots. There must
* be one or more space charaters between the the <algorithm_or_type>
* and the <attribute_name>.</p>