Skip to content

Commit

Permalink
Fix Javadoc warnings in LDAPConfigStorage
Browse files Browse the repository at this point in the history
  • Loading branch information
edewata committed Oct 5, 2023
1 parent 726afdb commit 3e62f42
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,7 @@
* Extends ConfigStore with methods to load/save from/to file for
* persistent storage. This is a configuration store agent who
* reads data from an LDAP entry.
* <P>
*
* @version $Revision$, $Date$
* @see ConfigStore
*/
public class LDAPConfigStorage extends ConfigStorage {
Expand All @@ -59,9 +57,8 @@ public class LDAPConfigStorage extends ConfigStorage {

/**
* Constructs an LDAP configuration store.
* <P>
*
* @param conn Database connection
* @param connFactory Database connection factory
* @param dn Distinguished name of record containing config store
* @param attr Name of attribute containing config store
* @param createAttrs Set of initial attributes if creating the entry. Should
Expand Down

0 comments on commit 3e62f42

Please sign in to comment.