summaryrefslogtreecommitdiffstats
path: root/base/common/src/com/netscape/certsrv/publish/ILdapPublishModule.java
diff options
context:
space:
mode:
Diffstat (limited to 'base/common/src/com/netscape/certsrv/publish/ILdapPublishModule.java')
-rw-r--r--base/common/src/com/netscape/certsrv/publish/ILdapPublishModule.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/base/common/src/com/netscape/certsrv/publish/ILdapPublishModule.java b/base/common/src/com/netscape/certsrv/publish/ILdapPublishModule.java
index 81e5be952..e918973cd 100644
--- a/base/common/src/com/netscape/certsrv/publish/ILdapPublishModule.java
+++ b/base/common/src/com/netscape/certsrv/publish/ILdapPublishModule.java
@@ -22,7 +22,7 @@ import com.netscape.certsrv.request.IRequestListener;
/**
* Handles requests to perform Ldap publishing.
- *
+ *
* @version $Revision$ $Date$
*/
public interface ILdapPublishModule extends IRequestListener {
@@ -30,13 +30,13 @@ public interface ILdapPublishModule extends IRequestListener {
/**
* initialize ldap publishing module with config store
*/
- // public void init(ICertAuthority owner, IConfigStore config)
+ // public void init(ICertAuthority owner, IConfigStore config)
// throws EBaseException, ELdapException;
/**
* Accepts completed requests from an authority and
* performs ldap publishing.
- *
+ *
* @param request The publishing request.
*/
public void accept(IRequest request);