SQL: Fix javadoc in JdbcConfiguration

It wasn't building....

Original commit: elastic/x-pack-elasticsearch@059c6397a2
This commit is contained in:
Nik Everett 2018-02-06 14:20:17 -05:00
parent 5b46899cc3
commit a2f1ed3f62
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ import static org.elasticsearch.xpack.sql.client.shared.UriUtils.removeQuery;
/
/ jdbc:es://[host|ip]
/ jdbc:es://[host|ip]:port/(prefix)
/ jdbc:es://[host|ip]:port/(prefix)(?options=value&)
/ jdbc:es://[host|ip]:port/(prefix)(?options=value&)
/
/ Additional properties can be specified either through the Properties object or in the URL. In case of duplicates, the URL wins.
*/