Skip to content

Commit

Permalink
Fix Javadoc warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
edewata committed May 8, 2023
1 parent 62c685d commit 01b8b34
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
package com.netscape.cmscore.connector;

import com.netscape.certsrv.base.EBaseException;
import com.netscape.certsrv.ldap.ELdapException;
import com.netscape.cmscore.apps.CMSEngine;
import com.netscape.cmsutil.http.JssSSLSocketFactory;
import com.netscape.cmsutil.net.ISocketFactory;
Expand Down Expand Up @@ -90,10 +89,6 @@ public void setCMSEngine(CMSEngine engine) {
/**
* initialize parameters obtained from either constructor or
* config store
*
* @param connInfo ldap connection info.
* @param authInfo ldap authentication info.
* @exception ELdapException if any error occurs.
*/
public void init() throws EBaseException {

Expand Down

0 comments on commit 01b8b34

Please sign in to comment.