Add new cds-access-api proxies
[controller.git] / opendaylight / md-sal / cds-access-api / src / main / java / org / opendaylight / controller / cluster / access / commands / OutOfSequenceEnvelopeException.java
index 61715bc42a43b18e478d5075e41924dc7474b87f..b39e09a6a45ac570148b824d67da02c7f984f31c 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;
 
 /**
@@ -16,7 +15,7 @@ import org.opendaylight.controller.cluster.access.concepts.RequestException;
  * the backend is not the leader and it transitions to being a leader with old stream messages still being present.
  */
 public final class OutOfSequenceEnvelopeException extends RequestException {
-    @Serial
+    @java.io.Serial
     private static final long serialVersionUID = 1L;
 
     public OutOfSequenceEnvelopeException(final long expectedEnvelope) {