Correct NonNull annotation 61/93661/2
authorRobert Varga <robert.varga@pantheon.tech>
Wed, 18 Nov 2020 11:24:25 +0000 (12:24 +0100)
committerRobert Varga <nite@hq.sk>
Wed, 18 Nov 2020 13:04:31 +0000 (13:04 +0000)
We are using the wrong annotation here, fix that.

Change-Id: Ic3c68239f41ada9dfdcc68f9861ce0a142442d89
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
(cherry picked from commit 8371a88e6a404e38e1ecdfbe7faed84f8fba955b)

yang/yang-model-api/src/main/java/org/opendaylight/yangtools/yang/model/api/EffectiveModelContextListener.java

index a16f8d4a6753012295a0a3c969f95c545299a1dd..ba40c792ea4d37beaf43e28bba52be36c4595858 100644 (file)
@@ -8,8 +8,8 @@
 package org.opendaylight.yangtools.yang.model.api;
 
 import com.google.common.annotations.Beta;
-import edu.umd.cs.findbugs.annotations.NonNull;
 import java.util.EventListener;
+import org.eclipse.jdt.annotation.NonNull;
 
 /**
  * Interface for listeners interested in updates of an EffectiveModelContext.