X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Forg%2Fz3950%2Fzing%2Fcql%2FCQLNode.java;h=e0fba9d1698a7c1b75eefff963b21995a4a7565d;hb=aaafb116f81536ca6f842885f4a64fbc3c345b99;hp=69b57f743ab46bc5ba6a14a82eca3016893aeb6e;hpb=0d602847da05628623b47828d8207f87bedc78a3;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 69b57f7..e0fba9d 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.18 2002-12-08 00:37:54 mike Exp $ +// $Id: CQLNode.java,v 1.19 2002-12-09 16:29:44 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.18 2002-12-08 00:37:54 mike Exp $ + * @version $Id: CQLNode.java,v 1.19 2002-12-09 16:29:44 mike Exp $ */ public abstract class CQLNode { CQLNode() {} // prevent javadoc from documenting this @@ -71,7 +71,7 @@ public abstract class CQLNode { * A Properties object containing configuration * information that specifies the mapping from CQL qualifiers, * relations, etc. to Type-1 attributes. The mapping - * specification is described in the cql-java distribution's + * specification is described in the CQL-Java distribution's * sample PQF-mapping configuration file, * etc/pqf.properties, which see. * @return @@ -103,7 +103,7 @@ public abstract class CQLNode { * A Properties object containing configuration * information that specifies the mapping from CQL qualifiers, * relations, etc. to Type-1 attributes. The mapping - * specification is described in the cql-java distribution's + * specification is described in the CQL-Java distribution's * sample PQF-mapping configuration file, * etc/pqf.properties, which see. * @return