X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Forg%2Fz3950%2Fzing%2Fcql%2FCQLRelation.java;h=cb2dfb649b7dbbaaee4f6aa0ee7e957d32aee48f;hb=c0cf61216e9a8d036a7aee17f1b24136a6630e65;hp=cd0c0b9304132c80673a22b20461c9fd3a304ee7;hpb=c8fb74389ea5c8c0390bfb4249ec224b48f9b518;p=cql-java-moved-to-github.git diff --git a/src/org/z3950/zing/cql/CQLRelation.java b/src/org/z3950/zing/cql/CQLRelation.java index cd0c0b9..cb2dfb6 100644 --- a/src/org/z3950/zing/cql/CQLRelation.java +++ b/src/org/z3950/zing/cql/CQLRelation.java @@ -1,4 +1,4 @@ -// $Id: CQLRelation.java,v 1.10 2002-12-11 17:14:20 mike Exp $ +// $Id: CQLRelation.java,v 1.11 2003-09-04 21:56:46 mike Exp $ package org.z3950.zing.cql; import java.util.Vector; @@ -8,7 +8,7 @@ import java.lang.StringBuffer; /** * Represents a relation between a CQL qualifier and term. * - * @version $Id: CQLRelation.java,v 1.10 2002-12-11 17:14:20 mike Exp $ + * @version $Id: CQLRelation.java,v 1.11 2003-09-04 21:56:46 mike Exp $ */ public class CQLRelation extends CQLNode { ModifierSet ms; @@ -17,8 +17,9 @@ public class CQLRelation extends CQLNode { * Creates a new CQLRelation with the specified base relation. * Typical base relations include the usual six ordering relations * (<=, >, etc.), the text - * relations any, all and exact and the - * server-choice relation scr. + * relations any, all and exact, the + * server-choice relation scr and profiled relations of + * the form prefix.name. */ public CQLRelation(String base) { ms = new ModifierSet(base);