Skip to content

Commit

Permalink
Backporting for DOCS-700
Browse files Browse the repository at this point in the history
File is slightly different in earlier versions, so applying the correction to the Java example to related earlier versions
  • Loading branch information
rebekah-lawrence committed Dec 7, 2023
1 parent 4c637f2 commit 61d221e
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 61d221e

Please sign in to comment.