summaryrefslogtreecommitdiffstats
path: root/pki/base/common/src/com/netscape/certsrv/dbs/crldb/ICRLIssuingPointRecord.java
diff options
context:
space:
mode:
authorawnuk <awnuk@c9f7a03b-bd48-0410-a16d-cbbf54688b0b>2010-12-24 01:08:17 +0000
committerawnuk <awnuk@c9f7a03b-bd48-0410-a16d-cbbf54688b0b>2010-12-24 01:08:17 +0000
commit3a1f8f34d308aa3726e73694c2e20f9fae1ae48d (patch)
treedb3182858f3e772e845879787dc57fe4e1f5f1ed /pki/base/common/src/com/netscape/certsrv/dbs/crldb/ICRLIssuingPointRecord.java
parent8717e2d18b31ec5a4243a3c89e056a4415c53430 (diff)
downloadpki-3a1f8f34d308aa3726e73694c2e20f9fae1ae48d.tar.gz
pki-3a1f8f34d308aa3726e73694c2e20f9fae1ae48d.tar.xz
pki-3a1f8f34d308aa3726e73694c2e20f9fae1ae48d.zip
Fixed bugzilla bug #491183.
git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@1677 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
Diffstat (limited to 'pki/base/common/src/com/netscape/certsrv/dbs/crldb/ICRLIssuingPointRecord.java')
-rw-r--r--pki/base/common/src/com/netscape/certsrv/dbs/crldb/ICRLIssuingPointRecord.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/pki/base/common/src/com/netscape/certsrv/dbs/crldb/ICRLIssuingPointRecord.java b/pki/base/common/src/com/netscape/certsrv/dbs/crldb/ICRLIssuingPointRecord.java
index 25b32e51e..f0d98fd59 100644
--- a/pki/base/common/src/com/netscape/certsrv/dbs/crldb/ICRLIssuingPointRecord.java
+++ b/pki/base/common/src/com/netscape/certsrv/dbs/crldb/ICRLIssuingPointRecord.java
@@ -52,7 +52,7 @@ public interface ICRLIssuingPointRecord extends IDBObj {
public static final String ATTR_REVOKED_CERTS = "revokedCerts";
public static final String ATTR_UNREVOKED_CERTS = "unrevokedCerts";
public static final String ATTR_EXPIRED_CERTS = "expiredCerts";
- public static final String ATTR_DELTA_CRL = "deltaCRL";
+ public static final String ATTR_DELTA_CRL = "deltaRevocationList";
public static final String CLEAN_CACHE = "-1";
public static final String NEW_CACHE = "-2";