Fix javadoc to comply with JDK14
[yangtools.git] / yang / yang-common / src / main / java / org / opendaylight / yangtools / yang / common / OperationFailedException.java
index 9049e32e59b2c3d26e2ed15983b7fb70af39bb83..190b5a9303d88ab48deef5a365c13bf4e950bb43 100644 (file)
@@ -25,7 +25,7 @@ public class OperationFailedException extends Exception {
 
     private static final long serialVersionUID = 1L;
 
-    private final List<RpcError> errorList;
+    private final ImmutableList<RpcError> errorList;
 
     /**
      * Constructs a new instance with the specified detail message and errors.