Fix double semicolon in import statement

This commit is contained in:
Christoph Büscher 2018-05-28 10:37:37 +02:00
parent e888467d0a
commit 3f56044834
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ import org.elasticsearch.common.xcontent.ConstructingObjectParser;
import org.elasticsearch.common.xcontent.ObjectParser;
import org.elasticsearch.common.xcontent.ToXContentObject;
import org.elasticsearch.common.xcontent.XContentBuilder;
import org.elasticsearch.common.xcontent.XContentParser;;
import org.elasticsearch.common.xcontent.XContentParser;
import org.elasticsearch.xpack.sql.type.DataType;
import java.io.IOException;