summaryrefslogtreecommitdiff
path: root/java/security/cert/CertStore.java
diff options
context:
space:
mode:
Diffstat (limited to 'java/security/cert/CertStore.java')
-rw-r--r--java/security/cert/CertStore.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/java/security/cert/CertStore.java b/java/security/cert/CertStore.java
index 1ebdb5033..630e96762 100644
--- a/java/security/cert/CertStore.java
+++ b/java/security/cert/CertStore.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
@@ -128,7 +128,7 @@ public class CertStore
/**
* Returns an instance of the given certificate store type from the first
* installed provider.
- *
+ *
* @param type The type of <code>CertStore</code> to create.
* @param params The parameters to initialize this cert store with.
* @return The new instance.
@@ -161,7 +161,7 @@ public class CertStore
/**
* Returns an instance of the given certificate store type from a named
* provider.
- *
+ *
* @param type The type of <code>CertStore</code> to create.
* @param params The parameters to initialize this cert store with.
* @param provider The name of the provider to use.