]> source.dussan.org Git - jackcess.git/commitdiff
minor update
authorJames Ahlborn <jtahlborn@yahoo.com>
Tue, 17 Jul 2018 21:53:14 +0000 (21:53 +0000)
committerJames Ahlborn <jtahlborn@yahoo.com>
Tue, 17 Jul 2018 21:53:14 +0000 (21:53 +0000)
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1184 f203690c-595d-4dc9-a70b-905162fa7fd2

src/main/java/com/healthmarketscience/jackcess/impl/expr/ExpressionTokenizer.java

index c2eb17743b8b686b47303850e6b75493eca3baa1..f14f934f0e78c305ed8e4a4ab562e873daf1c33a 100644 (file)
@@ -80,6 +80,8 @@ class ExpressionTokenizer
     setCharFlag(IS_QUOTE_FLAG, '"', '#', '[', ']', '\'');
   }
 
+  private ExpressionTokenizer() {}
+
   /**
    * Tokenizes an expression string of the given type and (optionally) in the
    * context of the relevant database.