summaryrefslogtreecommitdiffstats
path: root/base/common/src/com/netscape/certsrv/logging/event/SecurityDataRecoveryProcessedEvent.java
diff options
context:
space:
mode:
Diffstat (limited to 'base/common/src/com/netscape/certsrv/logging/event/SecurityDataRecoveryProcessedEvent.java')
-rw-r--r--base/common/src/com/netscape/certsrv/logging/event/SecurityDataRecoveryProcessedEvent.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/base/common/src/com/netscape/certsrv/logging/event/SecurityDataRecoveryProcessedEvent.java b/base/common/src/com/netscape/certsrv/logging/event/SecurityDataRecoveryProcessedEvent.java
index 8e5ad4b81..252d1672c 100644
--- a/base/common/src/com/netscape/certsrv/logging/event/SecurityDataRecoveryProcessedEvent.java
+++ b/base/common/src/com/netscape/certsrv/logging/event/SecurityDataRecoveryProcessedEvent.java
@@ -18,10 +18,10 @@
package com.netscape.certsrv.logging.event;
import com.netscape.certsrv.dbs.keydb.KeyId;
-import com.netscape.certsrv.logging.AuditEvent;
+import com.netscape.certsrv.logging.SignedAuditEvent;
import com.netscape.certsrv.request.RequestId;
-public class SecurityDataRecoveryProcessedEvent extends AuditEvent {
+public class SecurityDataRecoveryProcessedEvent extends SignedAuditEvent {
private static final long serialVersionUID = 1L;