- Change the XCQL output to include the nasty and redundant
[cql-java-moved-to-github.git] / src / org / z3950 / zing / cql / CQLRelation.java
index 36fae4a..6f007bc 100644 (file)
@@ -1,4 +1,4 @@
-// $Id: CQLRelation.java,v 1.6 2002-11-17 23:29:02 mike Exp $
+// $Id: CQLRelation.java,v 1.7 2002-11-20 01:15:15 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.6 2002-11-17 23:29:02 mike Exp $
+ * @version    $Id: CQLRelation.java,v 1.7 2002-11-20 01:15:15 mike Exp $
  */
 public class CQLRelation extends CQLNode {
     ModifierSet ms;
@@ -59,7 +59,7 @@ public class CQLRelation extends CQLNode {
        return s;
     }
 
-    public String toXCQL(int level) {
+    public String toXCQL(int level, Vector prefixes) {
        return ms.toXCQL(level, "relation");
     }