Security.java: Don't use   in the api doc.
authorMark Wielaard <mark@klomp.org>
Tue, 2 Dec 2003 17:31:46 +0000 (17:31 +0000)
committerMichael Koch <mkoch@gcc.gnu.org>
Tue, 2 Dec 2003 17:31:46 +0000 (17:31 +0000)
2003-12-02  Mark Wielaard  <mark@klomp.org>

* java/security/Security.java: Don't use &nbsp; in the api doc.

From-SVN: r74191

libjava/ChangeLog
libjava/java/security/Security.java

index d97672fa5ffb308c713406a2de1155e2c1849e70..782075510b6e548f46bf434f5d72c8e9d76a5fd3 100644 (file)
@@ -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 350c04f101f48b8423c22429650e8d1f948b3b8f..ef716150ab426b6d32cb3439160f60594838cb2e 100644 (file)
@@ -475,7 +475,7 @@ public final class Security extends Object
    *    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>