Annotate all serialVersionUID with @Serial
[netconf.git] / apps / netconf-topology-singleton / src / main / java / org / opendaylight / netconf / topology / singleton / messages / transactions / NewWriteTransactionRequest.java
index 34184be483494240ed440c7bbfcd967a2120c636..a4246b27e4073c9f52aebc2a16d68dabefb799e7 100644 (file)
@@ -8,9 +8,11 @@
 
 package org.opendaylight.netconf.topology.singleton.messages.transactions;
 
+import java.io.Serial;
 import java.io.Serializable;
 
 public class NewWriteTransactionRequest implements Serializable {
+    @Serial
     private static final long serialVersionUID = 1L;
 
 }