Fix a silly bug, recently introduced, which prevented prox modifiers
authormike <mike>
Wed, 20 Nov 2002 17:26:42 +0000 (17:26 +0000)
committermike <mike>
Wed, 20 Nov 2002 17:26:42 +0000 (17:26 +0000)
commit8a7980aa0d3ea84b199dce9daca42e6286efaa2a
tree4e15b8875caf143819167696b5ac07228f2e2121
parent14d16b2b218c8b804a4bbdd33dd44c73d25d9ac3
Fix a silly bug, recently introduced, which prevented prox modifiers
from being properly emitted as XCQL.  I'd wrongly added the new argument,
Vector prefixes, to CQLProxNode.opXCQL(), so that its type signature
was different from that of CQLBooleanNode.opXCQL() and it didn't
override the base class's functionality.

Also, fix a minor typo: renamed opXQL() to opCXQL(), which is what I
intended all along.  Just a slip of the finger.
src/org/z3950/zing/cql/CQLBooleanNode.java
src/org/z3950/zing/cql/CQLProxNode.java
src/org/z3950/zing/cql/ModifierSet.java