From c662360922efd078806ed5ca160ffbaf64428e18 Mon Sep 17 00:00:00 2001 From: Yi Hu Date: Thu, 13 Jun 2024 16:45:47 -0400 Subject: [PATCH] Update sdks/java/io/solace/src/main/java/org/apache/beam/sdk/io/solace/SolaceIO.java --- .../src/main/java/org/apache/beam/sdk/io/solace/SolaceIO.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdks/java/io/solace/src/main/java/org/apache/beam/sdk/io/solace/SolaceIO.java b/sdks/java/io/solace/src/main/java/org/apache/beam/sdk/io/solace/SolaceIO.java index 2b02783eba3b..ca8cd615ac68 100644 --- a/sdks/java/io/solace/src/main/java/org/apache/beam/sdk/io/solace/SolaceIO.java +++ b/sdks/java/io/solace/src/main/java/org/apache/beam/sdk/io/solace/SolaceIO.java @@ -157,7 +157,7 @@ public Read withSempClientFactory(SempClientFactory sempClientFactory) { * *

To use it, specify the credentials with the builder methods. * * - *

The host is the IPv4 or IPv6 or host name of the appliance. IPv5 addresses must be encoded + *

The host is the IPv4 or IPv6 or host name of the appliance. IPv6 addresses must be encoded * in brackets ([]). For example, "12.34.56.78", or "[fe80::1]". If connecting to a non-default * port, it can be specified here using the "Host:Port" format. For example, "12.34.56.78:4444", * or "[fe80::1]:4444".