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 2010/11/19 20:20:48 UTC

svn commit: r1036986 - /lucene/dev/trunk/lucene/src/java/org/apache/lucene/index/codecs/CodecProvider.java

Author: mikemccand
Date: Fri Nov 19 19:20:47 2010
New Revision: 1036986

URL: http://svn.apache.org/viewvc?rev=1036986&view=rev
Log:
fix jdoc typo

Modified:
    lucene/dev/trunk/lucene/src/java/org/apache/lucene/index/codecs/CodecProvider.java

Modified: lucene/dev/trunk/lucene/src/java/org/apache/lucene/index/codecs/CodecProvider.java
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/lucene/src/java/org/apache/lucene/index/codecs/CodecProvider.java?rev=1036986&r1=1036985&r2=1036986&view=diff
==============================================================================
--- lucene/dev/trunk/lucene/src/java/org/apache/lucene/index/codecs/CodecProvider.java (original)
+++ lucene/dev/trunk/lucene/src/java/org/apache/lucene/index/codecs/CodecProvider.java Fri Nov 19 19:20:47 2010
@@ -103,9 +103,9 @@ public class CodecProvider {
   }
   
   /**
-   * Sets the {@link Codec} for a given field. Not that setting a fields code is
-   * write-once. If the fields codec is already set this method will throw an
-   * {@link IllegalArgumentException}
+   * Sets the {@link Codec} for a given field. Not that setting a field's codec is
+   * write-once. If the field's codec is already set this method will throw an
+   * {@link IllegalArgumentException}.
    * 
    * @param field
    *          the name of the field