Skip to content

Commit

Permalink
DOCS-700_Correct_Smart_Client_Example (#148)
Browse files Browse the repository at this point in the history
Removed line in Java example that turned the Smart Client off
  • Loading branch information
rebekah-lawrence authored Dec 7, 2023
1 parent a404942 commit b4da01a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/modules/ROOT/pages/connect-outside-kubernetes.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,6 @@ Java::
----
ClientConfig config = new ClientConfig();
config.getNetworkConfig().addAddress("35.230.92.217");
config.getNetworkConfig().setSmartRouting(false);
HazelcastInstance client = HazelcastClient.newHazelcastClient(config);
----
--
Expand Down

0 comments on commit b4da01a

Please sign in to comment.