You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by jp...@apache.org on 2012/09/19 18:26:47 UTC

svn commit: r1387668 - /lucene/dev/branches/branch_4x/solr/core/src/java/org/apache/solr/schema/CopyField.java

Author: jpountz
Date: Wed Sep 19 16:26:47 2012
New Revision: 1387668

URL: http://svn.apache.org/viewvc?rev=1387668&view=rev
Log:
Fix typo in CopyField javadocs, thanks to Jack Krupansky  for pointing it out (merged from r1387666).

Modified:
    lucene/dev/branches/branch_4x/solr/core/src/java/org/apache/solr/schema/CopyField.java

Modified: lucene/dev/branches/branch_4x/solr/core/src/java/org/apache/solr/schema/CopyField.java
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_4x/solr/core/src/java/org/apache/solr/schema/CopyField.java?rev=1387668&r1=1387667&r2=1387668&view=diff
==============================================================================
--- lucene/dev/branches/branch_4x/solr/core/src/java/org/apache/solr/schema/CopyField.java (original)
+++ lucene/dev/branches/branch_4x/solr/core/src/java/org/apache/solr/schema/CopyField.java Wed Sep 19 16:26:47 2012
@@ -74,7 +74,7 @@ public class CopyField {
   }
 
   /**
-   * @return tha maximum number of chars in source field to copy to destination field.
+   * @return the maximum number of chars in source field to copy to destination field.
    */
   public int getMaxChars() {
     return maxChars;