Skip to content

Commit

Permalink
Fix java doc build error
Browse files Browse the repository at this point in the history
Signed-off-by: Anshu Agarwal <anshukag@amazon.com>
  • Loading branch information
Anshu Agarwal committed Sep 27, 2022
1 parent 6eb285f commit f5514c4
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@
import static java.util.Collections.singletonList;
import static org.opensearch.rest.RestRequest.Method.DELETE;

/**
* Delete Weighted Round Robin based shard routing weights
*
* @opensearch.api
*
*/
public class RestClusterDeleteWeightedRoutingAction extends BaseRestHandler {

private static final Logger logger = LogManager.getLogger(RestClusterDeleteWeightedRoutingAction.class);
Expand Down

0 comments on commit f5514c4

Please sign in to comment.