Skip to content

Commit efb62db

Browse files
author
Christoph Büscher
committed
Fix double semicolon in import statement
1 parent 935c6c7 commit efb62db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/plugin/sql/sql-shared-proto/src/main/java/org/elasticsearch/xpack/sql/proto/SqlTypedParamValue.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
import org.elasticsearch.common.xcontent.ObjectParser;
1111
import org.elasticsearch.common.xcontent.ToXContentObject;
1212
import org.elasticsearch.common.xcontent.XContentBuilder;
13-
import org.elasticsearch.common.xcontent.XContentParser;;
13+
import org.elasticsearch.common.xcontent.XContentParser;
1414
import org.elasticsearch.xpack.sql.type.DataType;
1515

1616
import java.io.IOException;

0 commit comments

Comments
 (0)