Add new cds-access-api proxies
[controller.git] / opendaylight / md-sal / cds-access-api / src / main / java / org / opendaylight / controller / cluster / access / PastVersionException.java
index 0b7f134ec97bc5cc91c2b6c06c6a97d3c1396e52..c333d3495e163e494c4daa28480e058c0c3a38af 100644 (file)
@@ -7,16 +7,12 @@
  */
 package org.opendaylight.controller.cluster.access;
 
-import java.io.Serial;
-
 /**
  * Exception thrown from {@link ABIVersion#valueOf(short)} when the specified version is too old and no longer
  * supported by the codebase.
- *
- * @author Robert Varga
  */
 public final class PastVersionException extends AbstractVersionException {
-    @Serial
+    @java.io.Serial
     private static final long serialVersionUID = 1L;
 
     PastVersionException(final short version, final ABIVersion closest) {