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