Commit 0548bb4a by Mark Wielaard Committed by Michael Koch

Security.java: Don't use   in the api doc.

2003-12-02  Mark Wielaard  <mark@klomp.org>

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

From-SVN: r74191
parent 23757fa5
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>
......
......@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment