summaryrefslogtreecommitdiffstats
path: root/base/common/test/com/netscape/certsrv/authentication/AuthTokenTest.java
diff options
context:
space:
mode:
authorAbhishek Koneru <akoneru@redhat.com>2012-07-05 10:22:37 -0400
committerAde Lee <alee@redhat.com>2012-07-10 13:39:11 -0400
commita3c83b5f63c9ced5c527cb3b9306d390c3d192ec (patch)
treebd96ea7b91ff93c4823bc1416ed311b0b75a15fc /base/common/test/com/netscape/certsrv/authentication/AuthTokenTest.java
parent90b781662d18e8336e99421734f9aad4b524d44e (diff)
downloadpki-a3c83b5f63c9ced5c527cb3b9306d390c3d192ec.tar.gz
pki-a3c83b5f63c9ced5c527cb3b9306d390c3d192ec.tar.xz
pki-a3c83b5f63c9ced5c527cb3b9306d390c3d192ec.zip
SE_BAD_FIELD, MIGHT_IGNORE , STATIC_INNER_CLASS
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 370973f0a..1a5d999f6 100644
--- a/base/common/test/com/netscape/certsrv/authentication/AuthTokenTest.java
+++ b/base/common/test/com/netscape/certsrv/authentication/AuthTokenTest.java
@@ -255,7 +255,7 @@ public class AuthTokenTest extends CMSBaseTestCase {
* getting a value out. It assumes BtoA is always called first, stores
* the value passed in, and then returns that value for BtoA.
*/
- class CMSMemoryStub extends CMSEngineDefaultStub {
+ static class CMSMemoryStub extends CMSEngineDefaultStub {
boolean bToACalled = false;
byte[] bToACalledWith = null;