[git-p4: depot-paths = "//depot/code/antlr4/main/": change = 9400]
This commit is contained in:
parrt 2011-11-19 12:47:41 -08:00
parent 06ed597d29
commit 7f042393d2
1 changed files with 1 additions and 1 deletions

View File

@ -140,7 +140,7 @@ public abstract class LookaheadStream<T> extends FastQueue<T> {
/** Seek to a 0-indexed position within data buffer. Can't handle
* case where you seek beyond end of existing buffer. Normally used
* to seek backwards in the buffer. Does not force loading of nodes.
* Doesn't see to absolute position in input stream since this stream
* Doesn't seek to absolute position in input stream since this stream
* is unbuffered. Seeks only into our moving window of elements.
*/
public void seek(int index) {