From 31b8bb544c37da383d615c0e3c31740202e141d7 Mon Sep 17 00:00:00 2001 From: Radoslav Husar Date: Thu, 7 Mar 2024 14:51:30 +0100 Subject: [PATCH] ns: Fix missing space in DNS_PING#probe_transport_ports description. --- src/org/jgroups/protocols/dns/DNS_PING.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/org/jgroups/protocols/dns/DNS_PING.java b/src/org/jgroups/protocols/dns/DNS_PING.java index a481c5edf5..0ec7553ca0 100644 --- a/src/org/jgroups/protocols/dns/DNS_PING.java +++ b/src/org/jgroups/protocols/dns/DNS_PING.java @@ -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;