You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by us...@apache.org on 2012/04/22 02:55:09 UTC

svn commit: r1328755 - /lucene/dev/trunk/lucene/misc/src/java/org/apache/lucene/store/WindowsDirectory.java

Author: uschindler
Date: Sun Apr 22 00:55:08 2012
New Revision: 1328755

URL: http://svn.apache.org/viewvc?rev=1328755&view=rev
Log:
fix incorrect indentation on some browsers

Modified:
    lucene/dev/trunk/lucene/misc/src/java/org/apache/lucene/store/WindowsDirectory.java

Modified: lucene/dev/trunk/lucene/misc/src/java/org/apache/lucene/store/WindowsDirectory.java
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/lucene/misc/src/java/org/apache/lucene/store/WindowsDirectory.java?rev=1328755&r1=1328754&r2=1328755&view=diff
==============================================================================
--- lucene/dev/trunk/lucene/misc/src/java/org/apache/lucene/store/WindowsDirectory.java (original)
+++ lucene/dev/trunk/lucene/misc/src/java/org/apache/lucene/store/WindowsDirectory.java Sun Apr 22 00:55:08 2012
@@ -38,6 +38,7 @@ import org.apache.lucene.store.NativeFSL
  *       For 64-bit JREs, use mingw64, with the -m64 option. 
  *   <li>Put WindowsDirectory.dll into some directory in your windows PATH
  *   <li>Open indexes with WindowsDirectory and use it.
+ * </ol>
  * </p>
  * @lucene.experimental
  */