Add new cds-access-api proxies
[controller.git] / opendaylight / md-sal / cds-access-api / src / main / java / org / opendaylight / controller / cluster / access / commands / DeadHistoryException.java
index 81c8dabf5cfeba908b5548803a1c76bff65a514c..a91eb6971c3c4d2f173122e0dfb03b294dfe443e 100644 (file)
@@ -9,7 +9,6 @@ package org.opendaylight.controller.cluster.access.commands;
 
 import com.google.common.collect.RangeSet;
 import com.google.common.primitives.UnsignedLong;
-import java.io.Serial;
 import org.opendaylight.controller.cluster.access.concepts.RequestException;
 
 /**
@@ -17,7 +16,7 @@ import org.opendaylight.controller.cluster.access.concepts.RequestException;
  * been retired.
  */
 public final class DeadHistoryException extends RequestException {
-    @Serial
+    @java.io.Serial
     private static final long serialVersionUID = 1L;
 
     public DeadHistoryException(final RangeSet<UnsignedLong> purgedHistories) {