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