Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ns: Fix missing space in DNS_PING#probe_transport_ports description. #777

Merged
merged 1 commit into from
May 28, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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