You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by mi...@apache.org on 2011/05/27 12:48:10 UTC

svn commit: r1128253 - /lucene/dev/trunk/solr/src/common/org/apache/solr/common/util/FileUtils.java

Author: mikemccand
Date: Fri May 27 10:48:09 2011
New Revision: 1128253

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

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

Modified: lucene/dev/trunk/solr/src/common/org/apache/solr/common/util/FileUtils.java
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/solr/src/common/org/apache/solr/common/util/FileUtils.java?rev=1128253&r1=1128252&r2=1128253&view=diff
==============================================================================
--- lucene/dev/trunk/solr/src/common/org/apache/solr/common/util/FileUtils.java (original)
+++ lucene/dev/trunk/solr/src/common/org/apache/solr/common/util/FileUtils.java Fri May 27 10:48:09 2011
@@ -54,7 +54,7 @@ public class FileUtils {
   }
 
   /**
-   * Copied from Lucene's FSDirectory.sync(String) <!-- protected -->
+   * Copied from Lucene's FSDirectory.fsync(String) <!-- protected -->
    *
    * @param fullFile the File to be synced to disk
    * @throws IOException if the file could not be synced