mirror of https://github.com/apache/lucene.git
LUCENE-9117: follow-up.
This commit is contained in:
parent
742301ca15
commit
fb5ba8c9de
|
@ -208,8 +208,6 @@ public class TestRamUsageEstimator extends LuceneTestCase {
|
|||
System.out.println("NUM_BYTES_OBJECT_HEADER = " + NUM_BYTES_OBJECT_HEADER);
|
||||
System.out.println("NUM_BYTES_ARRAY_HEADER = " + NUM_BYTES_ARRAY_HEADER);
|
||||
System.out.println("LONG_SIZE = " + LONG_SIZE);
|
||||
System.out.println("LONG_CACHE_MIN_VALUE = " + LONG_CACHE_MIN_VALUE);
|
||||
System.out.println("LONG_CACHE_MAX_VALUE = " + LONG_CACHE_MAX_VALUE);
|
||||
}
|
||||
|
||||
@SuppressWarnings("unused")
|
||||
|
|
Loading…
Reference in New Issue