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

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

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

From-SVN: r74191
This commit is contained in:
Mark Wielaard 2003-12-02 17:31:46 +00:00 committed by Michael Koch
parent 23757fa5ca
commit 0548bb4aba
2 changed files with 5 additions and 1 deletions

View 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>

View 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>