Annotate all serialVersionUID with @Serial
[netconf.git] / apps / netconf-topology-singleton / src / main / java / org / opendaylight / netconf / topology / singleton / impl / utils / ClusteringRpcException.java
index 7b36dd3ff2f984d078625b22c533a8a76eebfdf7..9834891c2cb2a72b070dadcf9f330d1b923d3613 100644 (file)
@@ -7,9 +7,11 @@
  */
 package org.opendaylight.netconf.topology.singleton.impl.utils;
 
+import java.io.Serial;
 import org.opendaylight.mdsal.dom.api.DOMRpcException;
 
 public class ClusteringRpcException extends DOMRpcException {
+    @Serial
     private static final long serialVersionUID = 1L;
 
     public ClusteringRpcException(final String message) {