Skip to content

Commit

Permalink
fix: proxy example in javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
alespour committed Jan 18, 2024
1 parent cdc50b1 commit c274d37
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
* .database("my-database")
* .writePrecision(WritePrecision.S)
* .gzipThreshold(4096)
* .proxy(ProxySelector.of(new InetSocketAddress("http://proxy.local", 8888)))
* .proxy(ProxySelector.of(new InetSocketAddress("proxy.local", 8888)))
* .build();
*
* try (InfluxDBClient client = InfluxDBClient.getInstance(config)) {
Expand Down

0 comments on commit c274d37

Please sign in to comment.