Annotate all serialVersionUID with @Serial
[netconf.git] / protocol / netconf-api / src / main / java / org / opendaylight / netconf / api / xml / UnexpectedElementException.java
index 95a036d8a235dd6722ccaaf91d66f1de0331b983..4d5ff7ee711733640744f631ee8f47a38a1cdef6 100644 (file)
@@ -7,6 +7,7 @@
  */
 package org.opendaylight.netconf.api.xml;
 
+import java.io.Serial;
 import java.util.Map;
 import org.opendaylight.netconf.api.DocumentedException;
 import org.opendaylight.yangtools.yang.common.ErrorSeverity;
@@ -14,6 +15,7 @@ import org.opendaylight.yangtools.yang.common.ErrorTag;
 import org.opendaylight.yangtools.yang.common.ErrorType;
 
 public class UnexpectedElementException extends DocumentedException {
+    @Serial
     private static final long serialVersionUID = 1L;
 
     public UnexpectedElementException(final String message, final ErrorType errorType, final ErrorTag errorTag,