git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@699484 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Erik Hatcher 2008-09-26 20:18:11 +00:00
parent fb643a58e0
commit ac881d9cc6
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ public interface ContentStream {
* // use the stream...
* }
* finally {
* IOUtils.closeQuietly(reader);
* IOUtils.closeQuietly(stream);
* }
* </pre>
*