fix jdoc typo

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1036986 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael McCandless 2010-11-19 19:20:47 +00:00
parent 7a86d09aea
commit 23f3a7c311
1 changed files with 3 additions and 3 deletions

View File

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