diff options
author | Mark Wielaard <mark@klomp.org> | 2003-12-02 17:31:46 +0000 |
---|---|---|
committer | Michael Koch <mkoch@gcc.gnu.org> | 2003-12-02 17:31:46 +0000 |
commit | 0548bb4aba154c468f2ea6b498089891415bf526 (patch) | |
tree | f1b21974ff8ea4a7f2e8ec162d65e21e20db3c77 /libjava/java/security | |
parent | 23757fa5cad4d74aee6e0b3a7665685778010437 (diff) | |
download | gcc-0548bb4aba154c468f2ea6b498089891415bf526.zip gcc-0548bb4aba154c468f2ea6b498089891415bf526.tar.gz gcc-0548bb4aba154c468f2ea6b498089891415bf526.tar.bz2 |
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
Diffstat (limited to 'libjava/java/security')
-rw-r--r-- | libjava/java/security/Security.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libjava/java/security/Security.java b/libjava/java/security/Security.java index 350c04f..ef71615 100644 --- a/libjava/java/security/Security.java +++ b/libjava/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><crypto_service>.<algorithm_or_type> <attribute_name>:<attribute_value></p> + * <li><p><crypto_service>.<algorithm_or_type> <attribute_name>:<attribute_value></p> * <p>The cryptographic service name must not contain any dots. There must * be one or more space charaters between the the <algorithm_or_type> * and the <attribute_name>.</p> |