Skip to content

Commit 2950d05

Browse files
committed
Improve javadoc
1 parent d29389f commit 2950d05

File tree

1 file changed

+1
-1
lines changed
  • xmppserver/src/main/java/org/jivesoftware/openfire/net

1 file changed

+1
-1
lines changed

xmppserver/src/main/java/org/jivesoftware/openfire/net/DNSUtil.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ public class DNSUtil {
108108
*
109109
* @param domain the domain.
110110
* @param defaultPort default port to return if the DNS look up fails.
111-
* @return a list of HostAddresses, which encompasses the hostname and port
111+
* @return SRV records (grouped by priority) which encompasses the hostname and port
112112
* that the XMPP server can be reached at for the specified domain.
113113
* @see <a href="https://tools.ietf.org/html/rfc6120#section-3.2">XMPP CORE</a>
114114
* @see <a href="https://xmpp.org/extensions/xep-0368.html">XEP-0368</a>

0 commit comments

Comments
 (0)