X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=src%2Forg%2Fz3950%2Fzing%2Fcql%2FCQLGenerator.java;h=747bf520baea4171b1bf4a71b517e81ec45fa31a;hb=57b8aeb26a6aacaa478e6886ade3e40ca6eae2bb;hp=c0f05ce75184e176498824838da446c58d12ae46;hpb=df372083094087da8590a526e0222c81c9ae7fc0;p=cql-java-moved-to-github.git diff --git a/src/org/z3950/zing/cql/CQLGenerator.java b/src/org/z3950/zing/cql/CQLGenerator.java index c0f05ce..747bf52 100644 --- a/src/org/z3950/zing/cql/CQLGenerator.java +++ b/src/org/z3950/zing/cql/CQLGenerator.java @@ -1,4 +1,4 @@ -// $Id: CQLGenerator.java,v 1.4 2002-11-06 00:05:58 mike Exp $ +// $Id: CQLGenerator.java,v 1.5 2002-11-20 01:15:14 mike Exp $ package org.z3950.zing.cql; import java.util.Properties; @@ -22,7 +22,7 @@ import java.io.FileNotFoundException; * this distribution - there is a generate_x() method * for each grammar element X. * - * @version $Id: CQLGenerator.java,v 1.4 2002-11-06 00:05:58 mike Exp $ + * @version $Id: CQLGenerator.java,v 1.5 2002-11-20 01:15:14 mike Exp $ * @see http://zing.z3950.org/cql/index.html */ @@ -136,6 +136,7 @@ public class CQLGenerator { CQLNode node1 = generate_cql_query(); CQLNode node2 = generate_search_clause(); + // ### should generate prefix-mapping nodes if (maybe("proxOp")) { // ### generate proximity nodes } else {