You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-commits@lucene.apache.org by eh...@apache.org on 2008/09/26 22:18:11 UTC

svn commit: r699484 - /lucene/solr/trunk/src/java/org/apache/solr/common/util/ContentStream.java

Author: ehatcher
Date: Fri Sep 26 13:18:11 2008
New Revision: 699484

URL: http://svn.apache.org/viewvc?rev=699484&view=rev
Log:
fix typo

Modified:
    lucene/solr/trunk/src/java/org/apache/solr/common/util/ContentStream.java

Modified: lucene/solr/trunk/src/java/org/apache/solr/common/util/ContentStream.java
URL: http://svn.apache.org/viewvc/lucene/solr/trunk/src/java/org/apache/solr/common/util/ContentStream.java?rev=699484&r1=699483&r2=699484&view=diff
==============================================================================
--- lucene/solr/trunk/src/java/org/apache/solr/common/util/ContentStream.java (original)
+++ lucene/solr/trunk/src/java/org/apache/solr/common/util/ContentStream.java Fri Sep 26 13:18:11 2008
@@ -44,7 +44,7 @@
    *     // use the stream...
    *   }
    *   finally {
-   *     IOUtils.closeQuietly(reader);
+   *     IOUtils.closeQuietly(stream);
    *   }
    *  </pre>
    *