Commit 6f0b1fa5 by Jerry Quinn Committed by Jerry Quinn

CollationElementIterator.java (reset): Reset lookahead variables.

2004-04-24  Jerry Quinn  <jlquinn@optonline.net>

	* java/text/CollationElementIterator.java (reset): Reset
        lookahead variables.

From-SVN: r81142
parent 67781b44
2004-04-24 Jerry Quinn <jlquinn@optonline.net>
* java/text/CollationElementIterator.java (reset): Reset
lookahead variables.
2004-04-23 Mark Wielaard <mark@klomp.org>
* jni/classpath/jcl.c: Changed C++ comments into C comments.
......
......@@ -134,6 +134,8 @@ public final class CollationElementIterator
public void reset()
{
textIndex = 0;
lookahead_set = false;
lookahead = 0;
}
/**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment