summaryrefslogtreecommitdiffstats
path: root/base/common/src/com/netscape/certsrv/logging/event/DeltaCRLPublishingEvent.java
diff options
context:
space:
mode:
Diffstat (limited to 'base/common/src/com/netscape/certsrv/logging/event/DeltaCRLPublishingEvent.java')
-rw-r--r--base/common/src/com/netscape/certsrv/logging/event/DeltaCRLPublishingEvent.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/base/common/src/com/netscape/certsrv/logging/event/DeltaCRLPublishingEvent.java b/base/common/src/com/netscape/certsrv/logging/event/DeltaCRLPublishingEvent.java
index d6521d7d1..0d37512c9 100644
--- a/base/common/src/com/netscape/certsrv/logging/event/DeltaCRLPublishingEvent.java
+++ b/base/common/src/com/netscape/certsrv/logging/event/DeltaCRLPublishingEvent.java
@@ -19,10 +19,10 @@ package com.netscape.certsrv.logging.event;
import java.math.BigInteger;
-import com.netscape.certsrv.logging.AuditEvent;
import com.netscape.certsrv.logging.ILogger;
+import com.netscape.certsrv.logging.SignedAuditEvent;
-public class DeltaCRLPublishingEvent extends AuditEvent {
+public class DeltaCRLPublishingEvent extends SignedAuditEvent {
private static final long serialVersionUID = 1L;