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:20:35 UTC

svn commit: r1370343 - in /lucene/dev/branches/branch_4x: ./ solr/ solr/core/ solr/core/src/java/org/apache/solr/core/DirectoryFactory.java

Author: markrmiller
Date: Tue Aug  7 16:20:35 2012
New Revision: 1370343

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

Modified:
    lucene/dev/branches/branch_4x/   (props changed)
    lucene/dev/branches/branch_4x/solr/   (props changed)
    lucene/dev/branches/branch_4x/solr/core/   (props changed)
    lucene/dev/branches/branch_4x/solr/core/src/java/org/apache/solr/core/DirectoryFactory.java

Modified: lucene/dev/branches/branch_4x/solr/core/src/java/org/apache/solr/core/DirectoryFactory.java
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_4x/solr/core/src/java/org/apache/solr/core/DirectoryFactory.java?rev=1370343&r1=1370342&r2=1370343&view=diff
==============================================================================
--- lucene/dev/branches/branch_4x/solr/core/src/java/org/apache/solr/core/DirectoryFactory.java (original)
+++ lucene/dev/branches/branch_4x/solr/core/src/java/org/apache/solr/core/DirectoryFactory.java Tue Aug  7 16:20:35 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