summaryrefslogtreecommitdiffstats
path: root/base/common/src/com/netscape/certsrv/selftests/ESelfTestException.java
diff options
context:
space:
mode:
Diffstat (limited to 'base/common/src/com/netscape/certsrv/selftests/ESelfTestException.java')
-rw-r--r--base/common/src/com/netscape/certsrv/selftests/ESelfTestException.java8
1 files changed, 4 insertions, 4 deletions
diff --git a/base/common/src/com/netscape/certsrv/selftests/ESelfTestException.java b/base/common/src/com/netscape/certsrv/selftests/ESelfTestException.java
index 6c4f6bf2f..ed97a83a1 100644
--- a/base/common/src/com/netscape/certsrv/selftests/ESelfTestException.java
+++ b/base/common/src/com/netscape/certsrv/selftests/ESelfTestException.java
@@ -34,10 +34,10 @@ import com.netscape.certsrv.base.EBaseException;
* This class implements a self test exception. ESelfTestExceptions
* are derived from EBaseExceptions in order to allow users
* to easily do self tests without try-catch clauses.
- *
+ *
* ESelfTestExceptions should be caught by SelfTestSubsystem managers.
* <P>
- *
+ *
* @version $Revision$, $Date$
*/
public class ESelfTestException
@@ -73,7 +73,7 @@ public class ESelfTestException
/**
* Constructs a self test exception.
* <P>
- *
+ *
* @param msg exception details
*/
public ESelfTestException(String msg) {
@@ -87,7 +87,7 @@ public class ESelfTestException
/**
* Returns the bundle file name.
* <P>
- *
+ *
* @return name of bundle class associated with this exception.
*/
protected String getBundleName() {