diff options
Diffstat (limited to 'libjava/classpath/java/security/cert/CertPathBuilder.java')
-rw-r--r-- | libjava/classpath/java/security/cert/CertPathBuilder.java | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libjava/classpath/java/security/cert/CertPathBuilder.java b/libjava/classpath/java/security/cert/CertPathBuilder.java index 99f7c97..47bae6d 100644 --- a/libjava/classpath/java/security/cert/CertPathBuilder.java +++ b/libjava/classpath/java/security/cert/CertPathBuilder.java @@ -7,7 +7,7 @@ GNU Classpath is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2, or (at your option) any later version. - + GNU Classpath is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU @@ -116,7 +116,7 @@ public class CertPathBuilder /** * Returns an instance of a named <code>CertPathBuilder</code> from the * first provider that implements it. - * + * * @param algorithm The name of the <code>CertPathBuilder</code> to create. * @return The new instance. * @throws NoSuchAlgorithmException If no installed provider implements the @@ -146,7 +146,7 @@ public class CertPathBuilder /** * Returns an instance of a named <code>CertPathBuilder</code> from a named * provider. - * + * * @param algorithm The name of the <code>CertPathBuilder</code> to create. * @param provider The name of the provider to use. * @return The new instance. @@ -171,7 +171,7 @@ public class CertPathBuilder /** * Returns an instance of a named <code>CertPathBuilder</code> from the * specified provider. - * + * * @param algorithm The name of the <code>CertPathBuilder</code> to create. * @param provider The provider to use. * @return The new instance. |