Promote cds-access-api
[controller.git] / opendaylight / md-sal / cds-access-api / src / main / java / org / opendaylight / controller / cluster / access / commands / DeadHistoryException.java
index 7df84763c5ed4fa491efe6dc62c5fca072c9b344..81c8dabf5cfeba908b5548803a1c76bff65a514c 100644 (file)
@@ -7,19 +7,17 @@
  */
 package org.opendaylight.controller.cluster.access.commands;
 
-import com.google.common.annotations.Beta;
 import com.google.common.collect.RangeSet;
 import com.google.common.primitives.UnsignedLong;
+import java.io.Serial;
 import org.opendaylight.controller.cluster.access.concepts.RequestException;
 
 /**
  * A {@link RequestException} indicating that the backend has received a request to create a history which has already
  * been retired.
- *
- * @author Robert Varga
  */
-@Beta
 public final class DeadHistoryException extends RequestException {
+    @Serial
     private static final long serialVersionUID = 1L;
 
     public DeadHistoryException(final RangeSet<UnsignedLong> purgedHistories) {