X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=src%2Forg%2Fz3950%2Fzing%2Fcql%2FCQLNode.java;h=28521268ca9d5df8f15780c48e6cebbf92be0868;hb=8e35f984081a29de9b53af7c1b2fbf981c474d88;hp=4a11592b8b6fc73104c207189c5a1113e4c160e7;hpb=5180ad4b0d77d52c9facd7122d692001ce23b07e;p=cql-java-moved-to-github.git diff --git a/src/org/z3950/zing/cql/CQLNode.java b/src/org/z3950/zing/cql/CQLNode.java index 4a11592..2852126 100644 --- a/src/org/z3950/zing/cql/CQLNode.java +++ b/src/org/z3950/zing/cql/CQLNode.java @@ -1,4 +1,4 @@ -// $Id: CQLNode.java,v 1.24 2007-06-06 13:19:28 mike Exp $ +// $Id: CQLNode.java,v 1.25 2007-06-27 22:39:55 mike Exp $ package org.z3950.zing.cql; import java.util.Properties; @@ -8,7 +8,7 @@ import java.util.Vector; /** * Represents a node in a CQL parse-tree. * - * @version $Id: CQLNode.java,v 1.24 2007-06-06 13:19:28 mike Exp $ + * @version $Id: CQLNode.java,v 1.25 2007-06-27 22:39:55 mike Exp $ */ public abstract class CQLNode { CQLNode() {} // prevent javadoc from documenting this @@ -81,7 +81,7 @@ public abstract class CQLNode { *

* @param config * A Properties object containing configuration - * information that specifies the mapping from CQL qualifiers, + * information that specifies the mapping from CQL indexes, * relations, etc. to Type-1 attributes. The mapping * specification is described in the CQL-Java distribution's * sample PQF-mapping configuration file, @@ -113,7 +113,7 @@ public abstract class CQLNode { * * @param config * A Properties object containing configuration - * information that specifies the mapping from CQL qualifiers, + * information that specifies the mapping from CQL indexes, * relations, etc. to Type-1 attributes. The mapping * specification is described in the CQL-Java distribution's * sample PQF-mapping configuration file,