Make it harder for people to re-introduce specializations of BulkOperationPackedSingleBlock. :-)

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1379489 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Adrien Grand 2012-08-31 15:58:49 +00:00
parent fd6d0f1566
commit 487c3306d8
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ package org.apache.lucene.util.packed;
/**
* Non-specialized {@link BulkOperation} for {@link PackedInts.Format#PACKED_SINGLE_BLOCK}.
*/
class BulkOperationPackedSingleBlock extends BulkOperation {
final class BulkOperationPackedSingleBlock extends BulkOperation {
private static final int BLOCK_COUNT = 1;