fixup! Merge branch '7.x' into enrich-7.x

This commit is contained in:
James Baiera 2019-07-25 15:28:40 -04:00
parent c5528a25e6
commit fda4db4fab
4 changed files with 0 additions and 4 deletions

View File

@ -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");
}

View File

@ -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");
}

View File

@ -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");
}

View File

@ -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");
}