Fix typo in CopyField javadocs, thanks to Jack Krupansky for pointing it out.

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1387666 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Adrien Grand 2012-09-19 16:22:03 +00:00
parent d472dd9dc0
commit 2c481a3c59
1 changed files with 1 additions and 1 deletions

View File

@ -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;