fixed test compile issue

This commit is contained in:
Martijn van Groningen 2019-05-27 10:17:00 +02:00
parent 48a71459c0
commit e591d30918
No known key found for this signature in database
GPG Key ID: AB236F4FCF2AF12A

View File

@ -287,7 +287,7 @@ public class IngestService implements ClusterStateApplier {
return processorMetrics;
}
static ClusterState innerPut(PutPipelineRequest request, ClusterState currentState) {
public static ClusterState innerPut(PutPipelineRequest request, ClusterState currentState) {
IngestMetadata currentIngestMetadata = currentState.metaData().custom(IngestMetadata.TYPE);
Map<String, PipelineConfiguration> pipelines;
if (currentIngestMetadata != null) {