summaryrefslogtreecommitdiffstats
path: root/base/common/src/com/netscape/cms/selftests/tks/TKSKnownSessionKey.java
diff options
context:
space:
mode:
Diffstat (limited to 'base/common/src/com/netscape/cms/selftests/tks/TKSKnownSessionKey.java')
-rw-r--r--base/common/src/com/netscape/cms/selftests/tks/TKSKnownSessionKey.java14
1 files changed, 7 insertions, 7 deletions
diff --git a/base/common/src/com/netscape/cms/selftests/tks/TKSKnownSessionKey.java b/base/common/src/com/netscape/cms/selftests/tks/TKSKnownSessionKey.java
index 69edeb24f..bee89a59c 100644
--- a/base/common/src/com/netscape/cms/selftests/tks/TKSKnownSessionKey.java
+++ b/base/common/src/com/netscape/cms/selftests/tks/TKSKnownSessionKey.java
@@ -47,7 +47,7 @@ import com.netscape.symkey.SessionKey;
/**
* This class implements a self test to check for TKS known session key.
* <P>
- *
+ *
* @author mharmsen
* @author thomask
* @author awnuk
@@ -72,7 +72,7 @@ public class TKSKnownSessionKey
* Initializes this subsystem with the configuration store
* associated with this instance name.
* <P>
- *
+ *
* @param subsystem the associated subsystem
* @param instanceName the name of this self test instance
* @param parameters configuration store (self test parameters)
@@ -216,7 +216,7 @@ public class TKSKnownSessionKey
/**
* Notifies this subsystem if it is in execution mode.
* <P>
- *
+ *
* @exception ESelfTestException failed to start
*/
public void startupSelfTest()
@@ -237,7 +237,7 @@ public class TKSKnownSessionKey
* Returns the name associated with this self test. This method may
* return null if the self test has not been intialized.
* <P>
- *
+ *
* @return instanceName of this self test
*/
public String getSelfTestName() {
@@ -248,7 +248,7 @@ public class TKSKnownSessionKey
* Returns the root configuration storage (self test parameters)
* associated with this subsystem.
* <P>
- *
+ *
* @return configuration store (self test parameters) of this subsystem
*/
public IConfigStore getSelfTestConfigStore() {
@@ -259,7 +259,7 @@ public class TKSKnownSessionKey
* Retrieves description associated with an individual self test.
* This method may return null.
* <P>
- *
+ *
* @param locale locale of the client that requests the description
* @return description of self test
*/
@@ -270,7 +270,7 @@ public class TKSKnownSessionKey
/**
* Execute an individual self test.
* <P>
- *
+ *
* @param logger specifies logging subsystem
* @exception ESelfTestException self test exception
*/