Add missing spotbugs annotations in xpath-impl 01/96701/1
authorRobert Varga <robert.varga@pantheon.tech>
Mon, 28 Jun 2021 18:04:59 +0000 (20:04 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Mon, 28 Jun 2021 18:05:44 +0000 (20:05 +0200)
Somehow we have been missing this annotation import, fix that up.

Change-Id: Ib39814bca421b6518f7e1bb0e8c8ec38350747fb
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
xpath/yang-xpath-impl/src/main/java/module-info.java

index f12145f5a55bdf7b80522202ddf1c8cca4bf0fdd..c23c9bf0bc0a952de3172cae49149d26a1160d4c 100644 (file)
@@ -20,6 +20,7 @@ module org.opendaylight.yangtools.yang.xpath.impl {
     requires org.slf4j;
 
     // Annotations
+    requires static com.github.spotbugs.annotations;
     requires static javax.inject;
     requires static metainf.services;
     requires static org.eclipse.jdt.annotation;