More cds-access-api cleanup
[controller.git] / opendaylight / md-sal / cds-access-api / src / main / java / org / opendaylight / controller / cluster / access / commands / TransactionPurgeResponse.java
index 54710143bcdd8633fa030c9f1b0040abffcb3fdd..1d3a74ab05a59953310b378733e803a6132109dc 100644 (file)
@@ -7,6 +7,7 @@
  */
 package org.opendaylight.controller.cluster.access.commands;
 
+import java.io.Serial;
 import org.opendaylight.controller.cluster.access.ABIVersion;
 import org.opendaylight.controller.cluster.access.concepts.TransactionIdentifier;
 
@@ -16,6 +17,7 @@ import org.opendaylight.controller.cluster.access.concepts.TransactionIdentifier
  * @author Robert Varga
  */
 public final class TransactionPurgeResponse extends TransactionSuccess<TransactionPurgeResponse> {
+    @Serial
     private static final long serialVersionUID = 1L;
 
     public TransactionPurgeResponse(final TransactionIdentifier identifier, final long sequence) {