Should not be exposed
authorJakub Skoczen <jakub@indexdata.dk>
Thu, 19 Jan 2012 12:05:10 +0000 (13:05 +0100)
committerJakub Skoczen <jakub@indexdata.dk>
Thu, 19 Jan 2012 12:05:10 +0000 (13:05 +0100)
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);
     }