We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7950536 commit 539f468Copy full SHA for 539f468
x-pack/plugin/core/src/main/java/org/elasticsearch/xpack/core/inference/action/GetRerankerAction.java
@@ -22,7 +22,6 @@ public class GetRerankerAction extends ActionType<GetRerankerAction.Response> {
22
public static final GetRerankerAction INSTANCE = new GetRerankerAction();
23
public static final String NAME = "cluster:internal/xpack/inference/rerank/get";
24
25
-
26
public GetRerankerAction() {
27
super(NAME);
28
}
0 commit comments