Skip to content

Commit

Permalink
Fixing a broken javadoc comment in ReindexDocumentationIT (#104930)
Browse files Browse the repository at this point in the history
This fixes a javadoc comment that was broken by #104881
  • Loading branch information
masseyke authored Jan 30, 2024
1 parent 422e6f6 commit e74a79f
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
package org.elasticsearch.client.documentation;

import org.elasticsearch.action.ActionListener;
import org.elasticsearch.action.ActionType;
import org.elasticsearch.action.admin.cluster.node.tasks.get.GetTaskResponse;
import org.elasticsearch.action.admin.cluster.node.tasks.list.ListTasksResponse;
import org.elasticsearch.client.internal.Client;
Expand Down Expand Up @@ -259,7 +260,7 @@ public void onFailure(Exception e) {

/**
* Similar to what CancelTests does: blocks some operations to be able to catch some tasks in running state
* @see CancelTests#testCancel(String, AbstractBulkByScrollRequestBuilder, CancelTests.CancelAssertion, Matcher)
* @see CancelTests#testCancel(ActionType, AbstractBulkByScrollRequestBuilder, CancelTests.CancelAssertion, Matcher)
*/
private ReindexRequestBuilder reindexAndPartiallyBlock() throws Exception {
final Client client = client();
Expand Down

0 comments on commit e74a79f

Please sign in to comment.