summaryrefslogtreecommitdiffstats
path: root/base/console/src/com/netscape/certsrv/common/TaskId.java
diff options
context:
space:
mode:
Diffstat (limited to 'base/console/src/com/netscape/certsrv/common/TaskId.java')
-rw-r--r--base/console/src/com/netscape/certsrv/common/TaskId.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/base/console/src/com/netscape/certsrv/common/TaskId.java b/base/console/src/com/netscape/certsrv/common/TaskId.java
index 6e093d5eb..e20bb334d 100644
--- a/base/console/src/com/netscape/certsrv/common/TaskId.java
+++ b/base/console/src/com/netscape/certsrv/common/TaskId.java
@@ -67,7 +67,7 @@ public interface TaskId {
// get master or clone setting
public final static String TASK_MASTER_OR_CLONE = "SetMasterOrClone";
-
+
// single signon
public final static String TASK_SINGLE_SIGNON = "singleSignon";
@@ -108,7 +108,7 @@ public interface TaskId {
// check certificate extension
public final static String TASK_CHECK_EXTENSION = "checkExtension";
- // check validity period: make sure the notAfterDate of the certificate
+ // check validity period: make sure the notAfterDate of the certificate
// will not go beyond the notAfterDate of the CA cert which signs the certificate.
public final static String TASK_VALIDITY_PERIOD = "checkValidityPeriod";