From f3c88fe15ee06a671407a0368e449db991526802 Mon Sep 17 00:00:00 2001 From: mike Date: Wed, 6 Jun 2007 15:13:41 +0000 Subject: [PATCH] Comment. --- src/org/z3950/zing/cql/CQLGenerator.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 */ -- 1.7.10.4