Skip to content

Commit

Permalink
Merge pull request belaban#777 from rhusar/ns-dnsping
Browse files Browse the repository at this point in the history
ns: Fix missing space in DNS_PING#probe_transport_ports description.
  • Loading branch information
belaban committed May 28, 2024
2 parents f6dfec8 + 31b8bb5 commit 20a8c07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/org/jgroups/protocols/dns/DNS_PING.java
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public class DNS_PING extends Discovery {
systemProperty="jgroups.dns.dns_query")
protected String dns_query;

@Property(description="For SRV records returned by the DNS query, the non-0 ports returned by DNS are" +
@Property(description="For SRV records returned by the DNS query, the non-0 ports returned by DNS are " +
"used. If this attribute is true, then the transport ports will also be used. Ignored for A records.")
protected boolean probe_transport_ports;

Expand Down

0 comments on commit 20a8c07

Please sign in to comment.