[git-p4: depot-paths = "//depot/code/antlr4/main/": change = 9420]
This commit is contained in:
parrt 2011-11-20 15:14:19 -08:00
parent 3e216a258d
commit f8a8aadca2
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ import java.io.InputStream;
import java.io.InputStreamReader;
import java.io.Reader;
/** Vacuum all input from a Reader and then treat it like a StringStream.
/** Vacuum all input from a Reader/InputStream and then treat it like a StringStream.
* Manage the buffer manually to avoid unnecessary data copying.
*
* If you need encoding, use ANTLRInputStream.