Skip to content

Commit

Permalink
Fix double semicolon in import statement
Browse files Browse the repository at this point in the history
  • Loading branch information
Christoph Büscher committed May 28, 2018
1 parent 935c6c7 commit efb62db
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
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;
Expand Down

0 comments on commit efb62db

Please sign in to comment.