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
The majority of implementations of this interface run on `SAME`.
Drying this up saves some duplication and also makes it a little
easier to understand what callbacks won't fork-off when reading the
code.
Copy file name to clipboardExpand all lines: server/src/internalClusterTest/java/org/elasticsearch/action/admin/cluster/node/tasks/CancellableTasksIT.java
-5
Original file line number
Diff line number
Diff line change
@@ -484,11 +484,6 @@ public void handleException(TransportException exp) {
Copy file name to clipboardExpand all lines: server/src/main/java/org/elasticsearch/action/support/single/instance/TransportInstanceSingleOperationAction.java
0 commit comments