remove duplicated import in AppendProcessor

This commit is contained in:
javanna 2017-05-08 10:36:18 +02:00 committed by Luca Cavanna
parent 3e485c2ca5
commit e875f7f72e
1 changed files with 0 additions and 1 deletions

View File

@ -21,7 +21,6 @@ package org.elasticsearch.ingest.common;
import org.elasticsearch.ingest.AbstractProcessor;
import org.elasticsearch.ingest.ConfigurationUtils;
import org.elasticsearch.ingest.ConfigurationUtils;
import org.elasticsearch.ingest.IngestDocument;
import org.elasticsearch.ingest.Processor;
import org.elasticsearch.ingest.TemplateService;