Add new cds-access-api proxies
[controller.git] / opendaylight / md-sal / cds-access-api / src / main / java / org / opendaylight / controller / cluster / access / commands / UnknownHistoryException.java
index b7b2228e0f7e40e9935c7dffa2523b93ef11b5d1..c688df3c90f5ede0d33791a7686706bdccb5efb2 100644 (file)
@@ -7,7 +7,6 @@
  */
 package org.opendaylight.controller.cluster.access.commands;
 
-import java.io.Serial;
 import org.opendaylight.controller.cluster.access.concepts.RequestException;
 
 /**
@@ -15,7 +14,7 @@ import org.opendaylight.controller.cluster.access.concepts.RequestException;
  * typically happens when the linear history ID is newer than the highest observed {@link CreateLocalHistoryRequest}.
  */
 public final class UnknownHistoryException extends RequestException {
-    @Serial
+    @java.io.Serial
     private static final long serialVersionUID = 1L;
 
     public UnknownHistoryException(final Long lastSeenHistory) {