Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[JENKINS-35317] Findbugs!
  • Loading branch information
stephenc committed Jun 3, 2016
1 parent fc017ac commit 42e01ba
Showing 1 changed file with 0 additions and 4 deletions.
Expand Up @@ -469,10 +469,6 @@ public void syntaxError(Recognizer<?, ?> recognizer, Object offendingSymbol, int

CQLParser.ExpressionContext expressionContext = parser.expression();

if (expressionContext == null) {
return always();
}

ParseTreeWalker walker = new ParseTreeWalker();

MatcherBuildingListener listener = new MatcherBuildingListener();
Expand Down

0 comments on commit 42e01ba

Please sign in to comment.