Annotate all serialVersionUID with @Serial
[netconf.git] / apps / netconf-topology-singleton / src / main / java / org / opendaylight / netconf / topology / singleton / messages / RegisterMountPoint.java
index fbca23c3c7bd70978eba6b96c6e03ebf253b8e03..c47d2c4dfedf1f46c65c92b258a4dd5083320adb 100644 (file)
@@ -9,6 +9,7 @@
 package org.opendaylight.netconf.topology.singleton.messages;
 
 import akka.actor.ActorRef;
+import java.io.Serial;
 import java.io.Serializable;
 import java.util.List;
 import org.opendaylight.yangtools.yang.model.repo.api.SourceIdentifier;
@@ -17,6 +18,7 @@ import org.opendaylight.yangtools.yang.model.repo.api.SourceIdentifier;
  * Master sends the message to slave with necessary parameters for creating slave mount point.
  */
 public class RegisterMountPoint implements Serializable {
+    @Serial
     private static final long serialVersionUID = 1L;
 
     private final List<SourceIdentifier> allSourceIdentifiers;