summaryrefslogtreecommitdiffstats
path: root/base/common/src/com/netscape/certsrv/publish/EPublisherPluginNotFound.java
diff options
context:
space:
mode:
Diffstat (limited to 'base/common/src/com/netscape/certsrv/publish/EPublisherPluginNotFound.java')
-rw-r--r--base/common/src/com/netscape/certsrv/publish/EPublisherPluginNotFound.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/base/common/src/com/netscape/certsrv/publish/EPublisherPluginNotFound.java b/base/common/src/com/netscape/certsrv/publish/EPublisherPluginNotFound.java
index 56076863a..a6385b187 100644
--- a/base/common/src/com/netscape/certsrv/publish/EPublisherPluginNotFound.java
+++ b/base/common/src/com/netscape/certsrv/publish/EPublisherPluginNotFound.java
@@ -21,7 +21,7 @@ import com.netscape.certsrv.ldap.ELdapException;
/**
* Exception for Publisher Plugin not found. Plugin implementation is required to actually publish.
- *
+ *
* @version $Revision$ $Date$
*/
public class EPublisherPluginNotFound extends ELdapException {
@@ -33,7 +33,7 @@ public class EPublisherPluginNotFound extends ELdapException {
/**
* Constructs a exception for a missing publisher plugin.
- *
+ *
* @param errorString Detailed error message.
*/
public EPublisherPluginNotFound(String errorString) {