Skip to content

Commit d772499

Browse files
committed
Fix javadoc
Signed-off-by: Shivansh Arora <hishiv@amazon.com>
1 parent fd9b215 commit d772499

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

server/src/main/java/org/opensearch/gateway/PrimaryShardAllocator.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -132,9 +132,7 @@ public AllocateUnassignedDecision makeAllocationDecision(
132132
/**
133133
* Transforms {@link FetchResult} of {@link NodeGatewayStartedShards} to {@link List} of {@link NodeGatewayStartedShards}
134134
* Returns null if {@link FetchResult} does not have any data.
135-
*
136-
* @param shardsState {@link FetchResult<NodeGatewayStartedShards>}
137-
* */
135+
*/
138136
private static List<NodeGatewayStartedShards> adaptToNodeStartedShardList(FetchResult<NodeGatewayStartedShards> shardsState) {
139137
if (!shardsState.hasData()) {
140138
return null;

0 commit comments

Comments
 (0)