summaryrefslogtreecommitdiffstats
path: root/base/common/test/com/netscape/certsrv/authentication/AuthTokenTest.java
diff options
context:
space:
mode:
Diffstat (limited to 'base/common/test/com/netscape/certsrv/authentication/AuthTokenTest.java')
-rw-r--r--base/common/test/com/netscape/certsrv/authentication/AuthTokenTest.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/common/test/com/netscape/certsrv/authentication/AuthTokenTest.java b/base/common/test/com/netscape/certsrv/authentication/AuthTokenTest.java
index c60e93d99..fab809bad 100644
--- a/base/common/test/com/netscape/certsrv/authentication/AuthTokenTest.java
+++ b/base/common/test/com/netscape/certsrv/authentication/AuthTokenTest.java
@@ -244,7 +244,7 @@ public class AuthTokenTest extends CMSBaseTestCase {
/**
* CMSMemoryStub
- *
+ *
* This class is used to help test methods that rely on setting and then
* getting a value out. It assumes BtoA is always called first, stores
* the value passed in, and then returns that value for BtoA.