mirror of https://github.com/apache/lucene.git
LUCENE-2551: clear javadocs warning
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1076239 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
d51068ffd6
commit
9eff92f1d3
|
@ -19,6 +19,7 @@ package org.apache.lucene.util;
|
||||||
|
|
||||||
import java.nio.CharBuffer;
|
import java.nio.CharBuffer;
|
||||||
import java.nio.ByteBuffer;
|
import java.nio.ByteBuffer;
|
||||||
|
import org.apache.lucene.analysis.tokenattributes.TermToBytesRefAttribute; // javadoc
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Provides support for converting byte sequences to Strings and back again.
|
* Provides support for converting byte sequences to Strings and back again.
|
||||||
|
|
Loading…
Reference in New Issue