Skip to content

Commit

Permalink
Remove un-necessary change
Browse files Browse the repository at this point in the history
Signed-off-by: Sachin Kale <[email protected]>
  • Loading branch information
Sachin Kale committed Sep 15, 2023
1 parent 5425b18 commit 86916cb
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,6 @@ public ClusterMetadataManifest writeIncrementalMetadata(
* @param clusterState current ClusterState
* @param toUpload list of IndexMetadata to upload
* @return {@code List<UploadedIndexMetadata>} list of IndexMetadata uploaded to remote
* @throws IOException
*/
private List<UploadedIndexMetadata> writeIndexMetadataParallel(ClusterState clusterState, List<IndexMetadata> toUpload)
throws IOException {
Expand Down Expand Up @@ -358,7 +357,6 @@ private List<UploadedIndexMetadata> writeIndexMetadataParallel(ClusterState clus
* @param clusterState current ClusterState
* @param indexMetadata {@link IndexMetadata} to upload
* @param latchedActionListener listener to respond back on after upload finishes
* @throws IOException
*/
private void writeIndexMetadataAsync(
ClusterState clusterState,
Expand Down

0 comments on commit 86916cb

Please sign in to comment.