summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Wielaard <mark@klomp.org>2003-11-30 14:49:56 +0000
committerMark Wielaard <mark@klomp.org>2003-11-30 14:49:56 +0000
commitdcc3c580bde71c98b784c7d4b26fa38e8868325a (patch)
tree3cf9094c640df5fdd5a5f743f23e5ca2afb222ee
parent5b6a4cac2798b28b9a8bd5297a1a69cbae995929 (diff)
downloadclasspath-dcc3c580bde71c98b784c7d4b26fa38e8868325a.tar.gz
* java/security/Security.java: Don't use &nbsp; in the api doc.
-rw-r--r--ChangeLog4
-rw-r--r--java/security/Security.java2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index a906caf50..7d7c1cc16 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2003-11-30 Mark Wielaard <mark@klomp.org>
+ * java/security/Security.java: Don't use &nbsp; in the api doc.
+
+2003-11-30 Mark Wielaard <mark@klomp.org>
+
* doc/api/Makefile.am (packages, create_html): Only generate api doc
for the core packages, not the external ones.
diff --git a/java/security/Security.java b/java/security/Security.java
index 350c04f10..ef716150a 100644
--- a/java/security/Security.java
+++ b/java/security/Security.java
@@ -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>