X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=yang%2Fyang-parser-rfc7950%2Fsrc%2Ftest%2Fjava%2Forg%2Fopendaylight%2Fyangtools%2Fyang%2Fparser%2Frfc7950%2Fstmt%2Fpath%2FPathExpressionParserTest.java;h=ceecf8874bb0f94cde4bf58dfc9be8ddc7a6e6b7;hb=c562c0ce956b098e91205ff0fb609f82f5b9ea57;hp=2fa82376b1964480add329d0563618a9b6d3fc7c;hpb=6d33cbd4b512dedede99521ae838bfa5ead8c604;p=yangtools.git diff --git a/yang/yang-parser-rfc7950/src/test/java/org/opendaylight/yangtools/yang/parser/rfc7950/stmt/path/PathExpressionParserTest.java b/yang/yang-parser-rfc7950/src/test/java/org/opendaylight/yangtools/yang/parser/rfc7950/stmt/path/PathExpressionParserTest.java index 2fa82376b1..ceecf8874b 100644 --- a/yang/yang-parser-rfc7950/src/test/java/org/opendaylight/yangtools/yang/parser/rfc7950/stmt/path/PathExpressionParserTest.java +++ b/yang/yang-parser-rfc7950/src/test/java/org/opendaylight/yangtools/yang/parser/rfc7950/stmt/path/PathExpressionParserTest.java @@ -48,6 +48,7 @@ public class PathExpressionParserTest { @Mock public StatementSourceReference ref; + @SuppressWarnings("exports") public final PathExpressionParser parser = new PathExpressionParser(); @Before