From: mike Date: Wed, 6 Jun 2007 15:13:41 +0000 (+0000) Subject: Comment. X-Git-Tag: v1.5~136 X-Git-Url: http://lists.indexdata.dk/?a=commitdiff_plain;h=f3c88fe15ee06a671407a0368e449db991526802;p=cql-java-moved-to-github.git Comment. --- diff --git a/src/org/z3950/zing/cql/CQLGenerator.java b/src/org/z3950/zing/cql/CQLGenerator.java index 747bf52..2ff3b76 100644 --- a/src/org/z3950/zing/cql/CQLGenerator.java +++ b/src/org/z3950/zing/cql/CQLGenerator.java @@ -1,4 +1,4 @@ -// $Id: CQLGenerator.java,v 1.5 2002-11-20 01:15:14 mike Exp $ +// $Id: CQLGenerator.java,v 1.6 2007-06-06 15:13:41 mike Exp $ package org.z3950.zing.cql; import java.util.Properties; @@ -18,11 +18,11 @@ import java.io.FileNotFoundException; * the parser of your choice, and check that the XCQL it comes up with * is the same what you got from your initial rendering. *

- * This code is based on the grammar in the Grammar file of + * This code is based on the same grammar as the CQLParser class in * this distribution - there is a generate_x() method * for each grammar element X. * - * @version $Id: CQLGenerator.java,v 1.5 2002-11-20 01:15:14 mike Exp $ + * @version $Id: CQLGenerator.java,v 1.6 2007-06-06 15:13:41 mike Exp $ * @see http://zing.z3950.org/cql/index.html */