From: Robert Varga Date: Mon, 28 Jun 2021 18:04:59 +0000 (+0200) Subject: Add missing spotbugs annotations in xpath-impl X-Git-Tag: v7.0.4~10 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=0e76271a98a1e6d72137dc06d05ac274eaa2c396;p=yangtools.git Add missing spotbugs annotations in xpath-impl Somehow we have been missing this annotation import, fix that up. Change-Id: Ib39814bca421b6518f7e1bb0e8c8ec38350747fb Signed-off-by: Robert Varga --- diff --git a/xpath/yang-xpath-impl/src/main/java/module-info.java b/xpath/yang-xpath-impl/src/main/java/module-info.java index f12145f5a5..c23c9bf0bc 100644 --- a/xpath/yang-xpath-impl/src/main/java/module-info.java +++ b/xpath/yang-xpath-impl/src/main/java/module-info.java @@ -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;