LUCENE-3590: fix javadocs warning

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1206452 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Robert Muir 2011-11-26 15:00:38 +00:00
parent cca388b7c7
commit 9fcc72fe13
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ import java.util.Comparator;
/**
* Represents char[], as a slice (offset + length) into an existing char[].
* The {@link #chars} member should never be null; use
* {@link #EMPTY_ARRAY} if necessary.
* {@link #EMPTY_CHARS} if necessary.
* @lucene.internal
*/
public final class CharsRef implements Comparable<CharsRef>, CharSequence, Cloneable {