Skip to content

Commit

Permalink
chore: remove repetitive words (#13090)
Browse files Browse the repository at this point in the history
Signed-off-by: frameflare <yangzenghua@outlook.com>
(cherry picked from commit ba20bda)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Apr 9, 2024
1 parent 36dc170 commit 7a3d0bc
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,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 @@ -406,7 +406,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 @@ -440,7 +440,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 @@ -458,7 +458,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 @@ -497,7 +497,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 7a3d0bc

Please sign in to comment.