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