mirror of https://github.com/apache/lucene.git
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:
parent
d472dd9dc0
commit
2c481a3c59
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue