Skip to content

Commit

Permalink
Revert "fix: Update code"
Browse files Browse the repository at this point in the history
This reverts commit d19f10a.
  • Loading branch information
larshelge committed Mar 6, 2024
1 parent d19f10a commit 7dfd59e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/en/integrations/language-clients/java/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -552,7 +552,7 @@ Alternatively, you can add equivalent parameters to the JDBC URL.

##### Node discovery

Java client provides the ability to discover ClickHouse nodes automatically. Auto-discovery is disabled by default. To manually enable it, set the `auto_discovery` property to `true`:
Java client provides the ability to discover ClickHouse nodes automatically. Auto-discovery is disabled by default. To manually enable it, set the `auto_discovery` property to `true`:

```java
properties.setProperty("auto_discovery", "true");
Expand Down

0 comments on commit 7dfd59e

Please sign in to comment.