-// $Id: CQLRelation.java,v 1.8 2002-12-05 17:14:52 mike Exp $
+// $Id: CQLRelation.java,v 1.9 2002-12-06 12:34:45 mike Exp $
package org.z3950.zing.cql;
import java.util.Vector;
/**
* Represents a relation between a CQL qualifier and term.
*
- * @version $Id: CQLRelation.java,v 1.8 2002-12-05 17:14:52 mike Exp $
+ * @version $Id: CQLRelation.java,v 1.9 2002-12-06 12:34:45 mike Exp $
*/
public class CQLRelation extends CQLNode {
ModifierSet ms;
throw new Error("CQLRelation.toPQF() can never be called");
}
- // ### THIS IS NOT THE REAL CODE. I'm waiting for Ralph to send it.
public byte[] toType1(Properties config) {
- byte[] op = new byte[0];
- return op;
+ throw new Error("CQLRelation.toType1() can never be called");
}
}