From 527bd501941cbd3d5c313d6290072380c7087934 Mon Sep 17 00:00:00 2001 From: mike Date: Fri, 29 Jun 2007 15:24:39 +0000 Subject: [PATCH] Comment. --- src/org/z3950/zing/cql/CQLRelation.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/org/z3950/zing/cql/CQLRelation.java b/src/org/z3950/zing/cql/CQLRelation.java index c34f67b..e695fcd 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.17 2007-06-29 10:23:02 mike Exp $ +// $Id: CQLRelation.java,v 1.18 2007-06-29 15:24:39 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 index and term. * - * @version $Id: CQLRelation.java,v 1.17 2007-06-29 10:23:02 mike Exp $ + * @version $Id: CQLRelation.java,v 1.18 2007-06-29 15:24:39 mike Exp $ */ public class CQLRelation extends CQLNode { ModifierSet ms; @@ -18,7 +18,7 @@ public class CQLRelation extends CQLNode { * Typical base relations include the usual six ordering relations * (<=, >, etc.), the text * relations any, all and exact, the - * server-choice relation scr and profiled relations of + * old server-choice relation scr and profiled relations of * the form prefix.name. */ // ### Seems wrong: a modifier set should not have a base, a -- 1.7.10.4