Skip to content

Commit abe1e49

Browse files
committed
Refactored the code
Signed-off-by: Sriram Ganesh <[email protected]>
1 parent e88f69b commit abe1e49

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

server/src/test/java/org/opensearch/index/analysis/SegmentTopologyBenchmarkTests.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,6 @@ public void testMergePolicySettingsValidation() {
8989
validateMergeSettings(ShardSizeCategory.VERY_LARGE, 2L * 1024 * 1024 * 1024, 100L * 1024 * 1024, 12.0);
9090
}
9191

92-
// Helper methods for validation
93-
9492
private void validateRecommendationsForShardSize(long shardSize, String description) {
9593
long recommendedMaxSegment = getRecommendedMaxSegmentSize(shardSize);
9694
long recommendedFloorSegment = getRecommendedFloorSegmentSize(shardSize);

0 commit comments

Comments
 (0)