From a3c83b5f63c9ced5c527cb3b9306d390c3d192ec Mon Sep 17 00:00:00 2001 From: Abhishek Koneru Date: Thu, 5 Jul 2012 10:22:37 -0400 Subject: SE_BAD_FIELD, MIGHT_IGNORE , STATIC_INNER_CLASS --- base/common/src/com/netscape/cmscore/dbs/CertificateRepository.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'base/common/src/com/netscape/cmscore/dbs/CertificateRepository.java') diff --git a/base/common/src/com/netscape/cmscore/dbs/CertificateRepository.java b/base/common/src/com/netscape/cmscore/dbs/CertificateRepository.java index 14e06aeb3..2d3dead75 100644 --- a/base/common/src/com/netscape/cmscore/dbs/CertificateRepository.java +++ b/base/common/src/com/netscape/cmscore/dbs/CertificateRepository.java @@ -1042,7 +1042,7 @@ public class CertificateRepository extends Repository /** * temp solution... */ - public class RenewableCertificateCollection { + public static class RenewableCertificateCollection { Vector mToRenew = null; Vector mToNotify = null; -- cgit