This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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 &nbsp; 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>&lt;crypto_service>.&lt;algorithm_or_type>&nbsp;&lt;attribute_name>:&lt;attribute_value></p>
+   *    <li><p>&lt;crypto_service>.&lt;algorithm_or_type> &lt;attribute_name>:&lt;attribute_value></p>
    *    <p>The cryptographic service name must not contain any dots. There must
    *    be one or more space charaters between the the &lt;algorithm_or_type>
    *    and the &lt;attribute_name>.</p>

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]