Typo in the comments of IntStream.java
An extra word is in the comments. Signed-off-by: Yishuang Lu luyscmu@gmail.com
This commit is contained in:
parent
fd5efc250d
commit
22034daf25
|
@ -53,7 +53,7 @@ public interface IntStream {
|
|||
* filtering streams (e.g. {@link CommonTokenStream} which distinguishes
|
||||
* between "on-channel" and "off-channel" tokens).
|
||||
*
|
||||
* @throws IllegalStateException if an attempt is made to consume the the
|
||||
* @throws IllegalStateException if an attempt is made to consume the
|
||||
* end of the stream (i.e. if {@code LA(1)==}{@link #EOF EOF} before calling
|
||||
* {@code consume}).
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue