X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fmd-sal%2Fcds-access-api%2Fsrc%2Fmain%2Fjava%2Forg%2Fopendaylight%2Fcontroller%2Fcluster%2Faccess%2Fcommands%2FOutOfOrderRequestException.java;h=0c908078ebbee07789f35dbeb335179c51837518;hb=HEAD;hp=cd110d66b6aa708623fcca696a9daaec17872d44;hpb=1809fde3e42906ae55e7ac3333cf0699aa4d37c2;p=controller.git diff --git a/opendaylight/md-sal/cds-access-api/src/main/java/org/opendaylight/controller/cluster/access/commands/OutOfOrderRequestException.java b/opendaylight/md-sal/cds-access-api/src/main/java/org/opendaylight/controller/cluster/access/commands/OutOfOrderRequestException.java index cd110d66b6..0c908078eb 100644 --- a/opendaylight/md-sal/cds-access-api/src/main/java/org/opendaylight/controller/cluster/access/commands/OutOfOrderRequestException.java +++ b/opendaylight/md-sal/cds-access-api/src/main/java/org/opendaylight/controller/cluster/access/commands/OutOfOrderRequestException.java @@ -7,17 +7,14 @@ */ package org.opendaylight.controller.cluster.access.commands; -import com.google.common.annotations.Beta; import org.opendaylight.controller.cluster.access.concepts.RequestException; /** * A {@link RequestException} indicating that the backend has received a Request whose sequence does not match the * next expected sequence for the target. This is a hard error, as it indicates a Request is missing in the stream. - * - * @author Robert Varga */ -@Beta public final class OutOfOrderRequestException extends RequestException { + @java.io.Serial private static final long serialVersionUID = 1L; public OutOfOrderRequestException(final long expectedRequest) {