mirror of https://github.com/apache/lucene.git
fix typo
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@699484 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
fb643a58e0
commit
ac881d9cc6
|
@ -44,7 +44,7 @@ public interface ContentStream {
|
|||
* // use the stream...
|
||||
* }
|
||||
* finally {
|
||||
* IOUtils.closeQuietly(reader);
|
||||
* IOUtils.closeQuietly(stream);
|
||||
* }
|
||||
* </pre>
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue