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:
Christoph Goller 2005-01-26 13:57:41 +00:00
parent 679e46a713
commit 3ad078a757
1 changed files with 1 additions and 1 deletions

View File

@ -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) {