From 22034daf25e08d0db5a505fff6f1914b135e30bd Mon Sep 17 00:00:00 2001 From: lys0716 Date: Wed, 31 May 2017 21:17:29 -0700 Subject: [PATCH] Typo in the comments of IntStream.java An extra word is in the comments. Signed-off-by: Yishuang Lu luyscmu@gmail.com --- runtime/Java/src/org/antlr/v4/runtime/IntStream.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/Java/src/org/antlr/v4/runtime/IntStream.java b/runtime/Java/src/org/antlr/v4/runtime/IntStream.java index bda7d59bb..07ccf6d76 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/IntStream.java +++ b/runtime/Java/src/org/antlr/v4/runtime/IntStream.java @@ -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}). */