Skip to content

Commit

Permalink
chore: remove repetitive words (opensearch-project#13090)
Browse files Browse the repository at this point in the history
Signed-off-by: frameflare <[email protected]>
  • Loading branch information
Zing Huang Yang authored Apr 9, 2024
1 parent 8779e52 commit ba20bda
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ protected IndexShard newShard(ShardId shardId, boolean primary, IndexingOperatio
}

/**
* creates a new initializing shard. The shard will will be put in its proper path under the
* creates a new initializing shard. The shard will be put in its proper path under the
* supplied node id.
*
* @param shardId the shard id to use
Expand All @@ -407,7 +407,7 @@ protected IndexShard newShard(
}

/**
* creates a new initializing shard. The shard will will be put in its proper path under the
* creates a new initializing shard. The shard will be put in its proper path under the
* supplied node id.
*
* @param shardId the shard id to use
Expand Down Expand Up @@ -441,7 +441,7 @@ protected IndexShard newShard(
}

/**
* creates a new initializing shard. The shard will will be put in its proper path under the
* creates a new initializing shard. The shard will be put in its proper path under the
* current node id the shard is assigned to.
*
* @param routing shard routing to use
Expand All @@ -459,7 +459,7 @@ protected IndexShard newShard(
}

/**
* creates a new initializing shard. The shard will will be put in its proper path under the
* creates a new initializing shard. The shard will be put in its proper path under the
* current node id the shard is assigned to.
* @param routing shard routing to use
* @param indexMetadata indexMetadata for the shard, including any mapping
Expand Down Expand Up @@ -498,7 +498,7 @@ protected IndexShard newShard(
}

/**
* creates a new initializing shard. The shard will will be put in its proper path under the
* creates a new initializing shard. The shard will be put in its proper path under the
* current node id the shard is assigned to.
* @param routing shard routing to use
* @param shardPath path to use for shard data
Expand Down

0 comments on commit ba20bda

Please sign in to comment.