summaryrefslogtreecommitdiffstats
path: root/base/common/src/com/netscape/certsrv/publish/PublisherProxy.java
diff options
context:
space:
mode:
Diffstat (limited to 'base/common/src/com/netscape/certsrv/publish/PublisherProxy.java')
-rw-r--r--base/common/src/com/netscape/certsrv/publish/PublisherProxy.java12
1 files changed, 6 insertions, 6 deletions
diff --git a/base/common/src/com/netscape/certsrv/publish/PublisherProxy.java b/base/common/src/com/netscape/certsrv/publish/PublisherProxy.java
index eb71f3e56..8c05d7ce9 100644
--- a/base/common/src/com/netscape/certsrv/publish/PublisherProxy.java
+++ b/base/common/src/com/netscape/certsrv/publish/PublisherProxy.java
@@ -18,9 +18,9 @@
package com.netscape.certsrv.publish;
/**
- *
+ *
* Class representing a proxy for a ILdapPublisher.
- *
+ *
* @version $Revision$ $Date$
*/
@@ -29,9 +29,9 @@ public class PublisherProxy {
private ILdapPublisher mPublisher;
/**
- *
+ *
* Constructs a PublisherProxy based on a ILdapPublisher object and enabled boolean.
- *
+ *
* @param enable Proxy is enabled or not.
* @param publisher Corresponding ILdapPublisher object.
*/
@@ -42,7 +42,7 @@ public class PublisherProxy {
/**
* Return if enabled or not.
- *
+ *
* @return true if enabled, otherwise false.
*/
public boolean isEnable() {
@@ -51,7 +51,7 @@ public class PublisherProxy {
/**
* Return ILdapPublisher object.
- *
+ *
* @return Instance of ILdapPublisher.
*/
public ILdapPublisher getPublisher() {