Add new cds-access-api proxies
[controller.git] / opendaylight / md-sal / cds-access-api / src / main / java / org / opendaylight / controller / cluster / access / commands / NotLeaderException.java
index 881953c01b5dce9b3f9f9232765ca0fa58f1127d..c4353c37fd6bf74a74e4186b9968bac5b6972cc7 100644 (file)
@@ -8,7 +8,6 @@
 package org.opendaylight.controller.cluster.access.commands;
 
 import akka.actor.ActorRef;
-import java.io.Serial;
 import org.opendaylight.controller.cluster.access.concepts.RequestException;
 
 /**
@@ -16,7 +15,7 @@ import org.opendaylight.controller.cluster.access.concepts.RequestException;
  * means that the backend processing has moved and the frontend needs to run rediscovery and retry the request.
  */
 public final class NotLeaderException extends RequestException {
-    @Serial
+    @java.io.Serial
     private static final long serialVersionUID = 1L;
 
     public NotLeaderException(final ActorRef me) {