Annotate all serialVersionUID with @Serial
[netconf.git] / apps / netconf-topology-singleton / src / main / java / org / opendaylight / netconf / topology / singleton / messages / netconf / NetconfDataTreeServiceRequest.java
index 64a828c1cbd7b6af3d2e47d7adc8dc6daa577a05..585b37e0972d1fcca6fc5274d967be524531c72e 100644 (file)
@@ -7,8 +7,10 @@
  */
 package org.opendaylight.netconf.topology.singleton.messages.netconf;
 
+import java.io.Serial;
 import java.io.Serializable;
 
 public class NetconfDataTreeServiceRequest implements Serializable {
+    @Serial
     private static final long serialVersionUID = 1L;
 }