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:
Uwe Schindler 2012-07-08 15:26:31 +00:00
parent 581f0c8afc
commit 88da536d39
3 changed files with 0 additions and 3 deletions

View File

@ -99,7 +99,6 @@ public final class FastCharStream implements CharStream {
try { try {
input.close(); input.close();
} catch (IOException e) { } catch (IOException e) {
System.err.println("Caught: " + e + "; ignoring.");
} }
} }

View File

@ -99,7 +99,6 @@ public final class FastCharStream implements CharStream {
try { try {
input.close(); input.close();
} catch (IOException e) { } catch (IOException e) {
System.err.println("Caught: " + e + "; ignoring.");
} }
} }

View File

@ -96,7 +96,6 @@ public final class FastCharStream implements CharStream {
try { try {
input.close(); input.close();
} catch (IOException e) { } catch (IOException e) {
System.err.println("Caught: " + e + "; ignoring.");
} }
} }