LUCENE-2308: fix javadocs

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1163277 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael McCandless 2011-08-30 16:21:43 +00:00
parent 5e4944b84b
commit 9009a83421
2 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@ import org.apache.lucene.index.FieldInfo.IndexOptions;
* or access through the field cache.
*
* <p/>This field's value is not stored by default; use the
* {@link TYPE_STORED} type (pass it to <code>new
* {@link StringField#TYPE_STORED} type (pass it to <code>new
* Field</code>) to store the value. */
public final class StringField extends Field {

View File

@ -26,7 +26,7 @@ import org.apache.lucene.analysis.TokenStream;
* field, that contains the bulk of a document's text.
*
* This field's value is not stored by default; use the
* {@link TYPE_STORED} type (pass it to <code>new
* {@link TextField#TYPE_STORED} type (pass it to <code>new
* Field</code>) to store the value. */
public final class TextField extends Field {