mirror of https://github.com/apache/lucene.git
Add missing @lucene.internal.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene4547@1410288 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
a204337ed8
commit
f07bf4bbc1
|
@ -25,6 +25,7 @@ import org.apache.lucene.util.RamUsageEstimator;
|
|||
/**
|
||||
* Utility class to buffer a list of signed longs in memory. This class only
|
||||
* supports appending.
|
||||
* @lucene.internal
|
||||
*/
|
||||
public class AppendingLongBuffer {
|
||||
|
||||
|
|
Loading…
Reference in New Issue