fixup! Merge branch '7.x' into enrich-7.x
This commit is contained in:
parent
c5528a25e6
commit
fda4db4fab
|
@ -40,7 +40,6 @@ public class TransportDeleteEnrichPolicyAction extends TransportMasterNodeAction
|
|||
return ThreadPool.Names.SAME;
|
||||
}
|
||||
|
||||
@Override
|
||||
protected AcknowledgedResponse newResponse() {
|
||||
throw new UnsupportedOperationException("usage of Streamable is to be replaced by Writeable");
|
||||
}
|
||||
|
|
|
@ -46,7 +46,6 @@ public class TransportExecuteEnrichPolicyAction
|
|||
return ThreadPool.Names.SAME;
|
||||
}
|
||||
|
||||
@Override
|
||||
protected AcknowledgedResponse newResponse() {
|
||||
throw new UnsupportedOperationException("usage of Streamable is to be replaced by Writeable");
|
||||
}
|
||||
|
|
|
@ -42,7 +42,6 @@ public class TransportGetEnrichPolicyAction extends TransportMasterNodeReadActio
|
|||
return ThreadPool.Names.SAME;
|
||||
}
|
||||
|
||||
@Override
|
||||
protected GetEnrichPolicyAction.Response newResponse() {
|
||||
throw new UnsupportedOperationException("usage of Streamable is to be replaced by Writeable");
|
||||
}
|
||||
|
|
|
@ -47,7 +47,6 @@ public class TransportListEnrichPolicyAction
|
|||
return new ListEnrichPolicyAction.Response(in);
|
||||
}
|
||||
|
||||
@Override
|
||||
protected ListEnrichPolicyAction.Response newResponse() {
|
||||
throw new UnsupportedOperationException("usage of Streamable is to be replaced by Writeable");
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue