Skip to content

Commit

Permalink
Update sdks/java/io/solace/src/main/java/org/apache/beam/sdk/io/solac…
Browse files Browse the repository at this point in the history
…e/SolaceIO.java
  • Loading branch information
Abacn authored Jun 13, 2024
1 parent 4f65427 commit c662360
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ public Read<T> withSempClientFactory(SempClientFactory sempClientFactory) {
*
* <p>To use it, specify the credentials with the builder methods. *
*
* <p>The host is the IPv4 or IPv6 or host name of the appliance. IPv5 addresses must be encoded
* <p>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".
Expand Down

0 comments on commit c662360

Please sign in to comment.