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

svn commit: r1378094 - /lucene/dev/trunk/lucene/core/src/java/org/apache/lucene/store/Directory.java

Author: rmuir
Date: Tue Aug 28 12:01:18 2012
New Revision: 1378094

URL: http://svn.apache.org/viewvc?rev=1378094&view=rev
Log:
fix end tag, otherwise half of Directory javadocs are in italics

Modified:
    lucene/dev/trunk/lucene/core/src/java/org/apache/lucene/store/Directory.java

Modified: lucene/dev/trunk/lucene/core/src/java/org/apache/lucene/store/Directory.java
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/lucene/core/src/java/org/apache/lucene/store/Directory.java?rev=1378094&r1=1378093&r2=1378094&view=diff
==============================================================================
--- lucene/dev/trunk/lucene/core/src/java/org/apache/lucene/store/Directory.java (original)
+++ lucene/dev/trunk/lucene/core/src/java/org/apache/lucene/store/Directory.java Tue Aug 28 12:01:18 2012
@@ -187,7 +187,7 @@ public abstract class Directory implemen
    * }
    * </pre>
    * <p>
-   * <b>NOTE:</b> this method does not check whether <i>dest<i> exist and will
+   * <b>NOTE:</b> this method does not check whether <i>dest</i> exist and will
    * overwrite it if it does.
    */
   public void copy(Directory to, String src, String dest, IOContext context) throws IOException {