Annotate all serialVersionUID with @Serial
[netconf.git] / apps / netconf-topology-singleton / src / main / java / org / opendaylight / netconf / topology / singleton / messages / transactions / EmptyReadResponse.java
index 046ea2e01735b2fffc4f08e98904518bec59f819..1db90c6a35a9d5ea76069f969b29ab7819b8cf17 100644 (file)
@@ -8,12 +8,14 @@
 
 package org.opendaylight.netconf.topology.singleton.messages.transactions;
 
+import java.io.Serial;
 import java.io.Serializable;
 
 /**
  * Message is sended when read result do not present any value.
  */
 public class EmptyReadResponse implements Serializable {
+    @Serial
     private static final long serialVersionUID = 1L;
 
 }