Should not be exposed
[cql-java-moved-to-github.git] / src / main / java / org / z3950 / zing / cql / CQLLexer.java
index 69211c8..d1e2cc9 100644 (file)
@@ -58,7 +58,7 @@ class CQLLexer extends StreamTokenizer {
     // Controls debugging output
     private static boolean DEBUG;
 
-    public CQLLexer(String cql, boolean lexdebug) {
+    CQLLexer(String cql, boolean lexdebug) {
         this(new StringReader(cql), DEBUG);
     }