Skip to content

Commit 5d22be4

Browse files
author
Harsh Kothari
committed
Fixes for Task : ":test:framework:spotlessJavaCheck"
1 parent 9896710 commit 5d22be4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/framework/src/main/java/org/opensearch/remotestore/RemoteStoreBaseIntegTestCase.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,8 @@ protected IndexShard getIndexShard(String dataNode, String indexName) throws Exe
337337
return indexService.getShard(0);
338338
}
339339

340-
protected IndexShard getIndexShardFromShardId(String dataNode, String indexName, Integer shardId) throws ExecutionException, InterruptedException {
340+
protected IndexShard getIndexShardFromShardId(String dataNode, String indexName, Integer shardId) throws ExecutionException,
341+
InterruptedException {
341342
String clusterManagerName = internalCluster().getClusterManagerName();
342343
IndicesService indicesService = internalCluster().getInstance(IndicesService.class, dataNode);
343344
GetIndexResponse getIndexResponse = client(clusterManagerName).admin().indices().getIndex(new GetIndexRequest()).get();

0 commit comments

Comments
 (0)