mirror of
https://github.com/apache/druid.git
synced 2025-03-08 18:39:45 +00:00
Add @VisibleForTesting annotation for the backingArray() method (#15690)
This commit is contained in:
parent
f51f0e07e2
commit
96b4abc8e9
@ -19,6 +19,7 @@
|
||||
|
||||
package org.apache.druid.frame.processor;
|
||||
|
||||
import com.google.common.annotations.VisibleForTesting;
|
||||
import it.unimi.dsi.fastutil.HashCommon;
|
||||
import it.unimi.dsi.fastutil.ints.IntComparator;
|
||||
import org.apache.druid.java.util.common.IAE;
|
||||
@ -115,6 +116,7 @@ public class TournamentTree
|
||||
/**
|
||||
* Returns the backing array of the tree. Used in tests.
|
||||
*/
|
||||
@VisibleForTesting
|
||||
int[] backingArray()
|
||||
{
|
||||
return tree;
|
||||
|
Loading…
x
Reference in New Issue
Block a user