mirror of https://github.com/apache/lucene.git
Fixed small typo to enable compilation again.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150739 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
679e46a713
commit
3ad078a757
|
@ -101,7 +101,7 @@ class SearchFiles {
|
|||
if (queries != null) {
|
||||
in = new BufferedReader(new FileReader(queries));
|
||||
} else {
|
||||
in = new BufferedReader(new InputStreamReader(System.int, "UTF-8"));
|
||||
in = new BufferedReader(new InputStreamReader(System.in, "UTF-8"));
|
||||
}
|
||||
|
||||
while (true) {
|
||||
|
|
Loading…
Reference in New Issue