X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=yang%2Fyang-parser-rfc7950%2Fsrc%2Fmain%2Fantlr%2Forg%2Fopendaylight%2Fyangtools%2Fantlrv4%2Fcode%2Fgen%2FIfFeatureExpressionLexer.g4;fp=yang%2Fyang-parser-rfc7950%2Fsrc%2Fmain%2Fantlr%2FIfFeatureExpressionLexer.g4;h=51029d4fd4261bacf86f7af1b95ecb6a46509de5;hb=9887727e92d3674d7cd77563f74683382a58f6a3;hp=6b837a81ce4cf624de2354acc283d128c6bb012a;hpb=2aee8b76e88757d440620f7bec11bef23f0559e1;p=yangtools.git diff --git a/yang/yang-parser-rfc7950/src/main/antlr/IfFeatureExpressionLexer.g4 b/yang/yang-parser-rfc7950/src/main/antlr/org/opendaylight/yangtools/antlrv4/code/gen/IfFeatureExpressionLexer.g4 similarity index 87% rename from yang/yang-parser-rfc7950/src/main/antlr/IfFeatureExpressionLexer.g4 rename to yang/yang-parser-rfc7950/src/main/antlr/org/opendaylight/yangtools/antlrv4/code/gen/IfFeatureExpressionLexer.g4 index 6b837a81ce..51029d4fd4 100644 --- a/yang/yang-parser-rfc7950/src/main/antlr/IfFeatureExpressionLexer.g4 +++ b/yang/yang-parser-rfc7950/src/main/antlr/org/opendaylight/yangtools/antlrv4/code/gen/IfFeatureExpressionLexer.g4 @@ -7,10 +7,6 @@ // lexer grammar IfFeatureExpressionLexer; -@header { -package org.opendaylight.yangtools.antlrv4.code.gen; -} - NOT : 'not'; LP : '('; RP : ')';