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:
Adrien Grand 2012-11-16 10:30:47 +00:00
parent a204337ed8
commit f07bf4bbc1
1 changed files with 1 additions and 0 deletions

View File

@ -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 {