Skip to content

Commit d737bf4

Browse files
committed
Formatting fixes
Signed-off-by: Atri Sharma <atri.jiit@gmail.com>
1 parent 5f0e98c commit d737bf4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

server/src/main/java/org/opensearch/index/merge/VirtualShardFilteredMergePolicy.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ public final class VirtualShardFilteredMergePolicy {
4949
private VirtualShardFilteredMergePolicy() {}
5050

5151
/**
52-
* Extracts documents for a target virtual shard.
53-
* Note: The index at {@code outputPath} will be recreated/overwritten.
52+
* Extracts documents for the target virtual shard.
53+
* Recreates the index at {@code outputPath}.
5454
*/
5555
public static void isolateVirtualShard(IndexShard shard, IndexMetadata indexMetadata, int vShardId, Path outputPath)
5656
throws IOException {

0 commit comments

Comments
 (0)