Remove deprecated controller EOS APIs and impl
[controller.git] / opendaylight / md-sal / sal-common-api / src / main / java / org / opendaylight / controller / md / sal / common / api / data / DataValidationFailedException.java
index 9d2b88702eba612dcfc55c01d8f6d9d54e3af49f..a7445489d09794bf8695aea6a99560871a5bf016 100644 (file)
@@ -8,6 +8,7 @@
 package org.opendaylight.controller.md.sal.common.api.data;
 
 import com.google.common.base.Preconditions;
+import edu.umd.cs.findbugs.annotations.SuppressFBWarnings;
 import org.opendaylight.yangtools.concepts.Path;
 import org.opendaylight.yangtools.yang.common.RpcError.ErrorType;
 import org.opendaylight.yangtools.yang.common.RpcResultBuilder;
@@ -28,6 +29,7 @@ public class DataValidationFailedException extends TransactionCommitFailedExcept
 
     private static final long serialVersionUID = 1L;
 
+    @SuppressFBWarnings("SE_BAD_FIELD")
     private final Path<?> path;
 
     private final Class<? extends Path<?>> pathType;