You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ma...@apache.org on 2012/08/07 18:19:42 UTC

svn commit: r1370341 - /lucene/dev/trunk/solr/core/src/java/org/apache/solr/core/DirectoryFactory.java

Author: markrmiller
Date: Tue Aug  7 16:19:41 2012
New Revision: 1370341

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

Modified:
    lucene/dev/trunk/solr/core/src/java/org/apache/solr/core/DirectoryFactory.java

Modified: lucene/dev/trunk/solr/core/src/java/org/apache/solr/core/DirectoryFactory.java
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/solr/core/src/java/org/apache/solr/core/DirectoryFactory.java?rev=1370341&r1=1370340&r2=1370341&view=diff
==============================================================================
--- lucene/dev/trunk/solr/core/src/java/org/apache/solr/core/DirectoryFactory.java (original)
+++ lucene/dev/trunk/solr/core/src/java/org/apache/solr/core/DirectoryFactory.java Tue Aug  7 16:19:41 2012
@@ -34,7 +34,7 @@ public abstract class DirectoryFactory i
   /**
    * Indicates a Directory will no longer be used, and when it's ref count
    * hits 0, it can be closed. On shutdown all directories will be closed
-   * with this has been called or not. This is simply to allow early cleanup.
+   * whether this has been called or not. This is simply to allow early cleanup.
    * 
    * @param directory
    * @throws IOException