Argh.. fix the debug flag
[cql-java-moved-to-github.git] / src / main / java / org / z3950 / zing / cql / CQLLexer.java
index d1e2cc9..24dd241 100644 (file)
@@ -59,7 +59,7 @@ class CQLLexer extends StreamTokenizer {
     private static boolean DEBUG;
 
     CQLLexer(String cql, boolean lexdebug) {
-        this(new StringReader(cql), DEBUG);
+        this(new StringReader(cql), lexdebug);
     }
     
     CQLLexer(Reader cql, boolean lexdebug) {