Bump odlparent to 13.0.9
[yangtools.git] / model / yang-model-ri / src / main / java / org / opendaylight / yangtools / yang / model / ri / stmt / impl / eff / AbstractLeafListEffectiveStatement.java
index d9458c7ce2763ce13469379cdc702dded46fa397..848b94fe3235f1c142d6e4ab5c6d47a5b1f4b8bf 100644 (file)
@@ -8,6 +8,7 @@
 package org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff;
 
 import com.google.common.collect.ImmutableList;
+import edu.umd.cs.findbugs.annotations.SuppressFBWarnings;
 import java.lang.invoke.MethodHandles;
 import java.lang.invoke.VarHandle;
 import org.eclipse.jdt.annotation.NonNull;
@@ -43,6 +44,7 @@ abstract class AbstractLeafListEffectiveStatement
     private final int flags;
 
     @SuppressWarnings("unused")
+    @SuppressFBWarnings(value = "UUF_UNUSED_FIELD", justification = "https://github.com/spotbugs/spotbugs/issues/2749")
     private volatile TypeDefinition<?> type;
 
     AbstractLeafListEffectiveStatement(final LeafListStatement declared, final int flags,