mirror of https://github.com/apache/lucene.git
LUCENE-4199: Remove stupid System.out in FastCharStream (this class is hand-written, not generated!)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene4199@1358756 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
581f0c8afc
commit
88da536d39
|
@ -99,7 +99,6 @@ public final class FastCharStream implements CharStream {
|
|||
try {
|
||||
input.close();
|
||||
} catch (IOException e) {
|
||||
System.err.println("Caught: " + e + "; ignoring.");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -99,7 +99,6 @@ public final class FastCharStream implements CharStream {
|
|||
try {
|
||||
input.close();
|
||||
} catch (IOException e) {
|
||||
System.err.println("Caught: " + e + "; ignoring.");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -96,7 +96,6 @@ public final class FastCharStream implements CharStream {
|
|||
try {
|
||||
input.close();
|
||||
} catch (IOException e) {
|
||||
System.err.println("Caught: " + e + "; ignoring.");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue