mirror of https://github.com/apache/lucene.git
Remove inadvertently included println
This commit is contained in:
parent
c1bea96cf9
commit
cf88f54a29
|
@ -82,7 +82,6 @@ public class InjectionDefense {
|
||||||
@SuppressWarnings("WeakerAccess")
|
@SuppressWarnings("WeakerAccess")
|
||||||
public StreamExpression safeExpression() {
|
public StreamExpression safeExpression() {
|
||||||
String exprStr = buildExpression();
|
String exprStr = buildExpression();
|
||||||
System.out.println(exprStr);
|
|
||||||
StreamExpression parsed = StreamExpressionParser.parse(exprStr);
|
StreamExpression parsed = StreamExpressionParser.parse(exprStr);
|
||||||
int actual = countExpressions(parsed);
|
int actual = countExpressions(parsed);
|
||||||
if (actual != expressionCount) {
|
if (actual != expressionCount) {
|
||||||
|
|
Loading…
Reference in New Issue