You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: plugins/workload-management/src/main/java/org/opensearch/plugin/wlm/action/TransportCreateQueryGroupAction.java
-2Lines changed: 0 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,6 @@ public class TransportCreateQueryGroupAction extends TransportClusterManagerNode
37
37
/**
38
38
* Constructor for TransportCreateQueryGroupAction
39
39
*
40
-
* @param actionName - action name
41
40
* @param threadPool - {@link ThreadPool} object
42
41
* @param transportService - a {@link TransportService} object
43
42
* @param actionFilters - a {@link ActionFilters} object
@@ -46,7 +45,6 @@ public class TransportCreateQueryGroupAction extends TransportClusterManagerNode
Copy file name to clipboardExpand all lines: plugins/workload-management/src/main/java/org/opensearch/plugin/wlm/action/TransportUpdateQueryGroupAction.java
-2Lines changed: 0 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,6 @@ public class TransportUpdateQueryGroupAction extends TransportClusterManagerNode
37
37
/**
38
38
* Constructor for TransportUpdateQueryGroupAction
39
39
*
40
-
* @param actionName - action name
41
40
* @param threadPool - {@link ThreadPool} object
42
41
* @param transportService - a {@link TransportService} object
43
42
* @param actionFilters - a {@link ActionFilters} object
@@ -46,7 +45,6 @@ public class TransportUpdateQueryGroupAction extends TransportClusterManagerNode
0 commit comments