Annotate all serialVersionUID with @Serial
[netconf.git] / apps / netconf-topology-singleton / src / main / java / org / opendaylight / netconf / topology / singleton / messages / netconf / GetRequest.java
index 1ad15fdf4fd84f1c069aee35dc722c850f998a68..f863d0148bc47593952bf374ea16ca49749fca4f 100644 (file)
@@ -7,10 +7,12 @@
  */
 package org.opendaylight.netconf.topology.singleton.messages.netconf;
 
+import java.io.Serial;
 import org.opendaylight.netconf.topology.singleton.messages.transactions.ReadActorMessage;
 import org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier;
 
 public class GetRequest implements ReadActorMessage {
+    @Serial
     private static final long serialVersionUID = 1L;
 
     private final YangInstanceIdentifier path;