summaryrefslogtreecommitdiff
path: root/bcprov/src/main/java/org/bouncycastle/jce/provider/X509StoreLDAPAttrCerts.java
diff options
context:
space:
mode:
Diffstat (limited to 'bcprov/src/main/java/org/bouncycastle/jce/provider/X509StoreLDAPAttrCerts.java')
-rw-r--r--bcprov/src/main/java/org/bouncycastle/jce/provider/X509StoreLDAPAttrCerts.java8
1 files changed, 4 insertions, 4 deletions
diff --git a/bcprov/src/main/java/org/bouncycastle/jce/provider/X509StoreLDAPAttrCerts.java b/bcprov/src/main/java/org/bouncycastle/jce/provider/X509StoreLDAPAttrCerts.java
index 96baa129..245f3052 100644
--- a/bcprov/src/main/java/org/bouncycastle/jce/provider/X509StoreLDAPAttrCerts.java
+++ b/bcprov/src/main/java/org/bouncycastle/jce/provider/X509StoreLDAPAttrCerts.java
@@ -49,15 +49,15 @@ public class X509StoreLDAPAttrCerts extends X509StoreSpi
/**
* Returns a collection of matching attribute certificates from the LDAP
* location.
- * <p/>
+ * <p>
* The selector must be a of type
* <code>X509AttributeCertStoreSelector</code>. If it is not an empty
* collection is returned.
- * <p/>
- * <p/>
+ * </p>
+ * <p>
* The subject and the serial number should be reasonable criterias for a
* selector.
- *
+ * </p>
* @param selector The selector to use for finding.
* @return A collection with the matches.
* @throws StoreException if an exception occurs while searching.