Revert the previous change, because it broke the regression test.
authormike <mike>
Thu, 7 Jun 2007 16:15:22 +0000 (16:15 +0000)
committermike <mike>
Thu, 7 Jun 2007 16:15:22 +0000 (16:15 +0000)
commit06247838399c68f3aacacaba75714e25d22d9992
tree0b618b8995c93c05b6e7981fe080083ffa3ccc4a
parentbe49dd9d16950f348cfd3ef6ba214e5d89a5c1fc
Revert the previous change, because it broke the regression test.
This means that terms like "3d" will, as before, be incorrectly lexed
as the number "3" followed by the word "d", but that's how every
release until now has been, so we can obviously live with that.

The regression test was also broken by the previous change supporting
floating-point numbers, but I fixed that by having render() return
only the integer part when that's numerically equal to the full
banana.  A similar lexical hack might be the way forward with the
other reverted change, but right now just making everything work the
way it ought to top priority.
src/org/z3950/zing/cql/CQLLexer.java