Annotate all serialVersionUID with @Serial
[netconf.git] / apps / netconf-topology-singleton / src / main / java / org / opendaylight / netconf / topology / singleton / impl / netconf / NetconfServiceFailedException.java
index f1af5956e34fab485ad7067b272123046638ce99..dc0c987e0a59ede32dd34d8474d6d0b5051c553f 100644 (file)
@@ -7,10 +7,12 @@
  */
 package org.opendaylight.netconf.topology.singleton.impl.netconf;
 
+import java.io.Serial;
 import org.opendaylight.yangtools.yang.common.OperationFailedException;
 import org.opendaylight.yangtools.yang.common.RpcError;
 
 public class NetconfServiceFailedException extends OperationFailedException {
+    @Serial
     private static final long serialVersionUID = 1L;
 
     public NetconfServiceFailedException(final String message, final RpcError... errors) {