summaryrefslogtreecommitdiffstats
path: root/jrt
diff options
context:
space:
mode:
authorHåkon Hallingstad <hakon@yahoo-inc.com>2017-02-22 14:37:10 +0100
committerHåkon Hallingstad <hakon@yahoo-inc.com>2017-02-22 14:37:10 +0100
commitf351ee0e776d95316bc51d7cbe77303410269099 (patch)
treedb83d4d318db2bd48317547cf753d71a67b227a9 /jrt
parentd2eee023180f322211ded238f68a98ac67d5ba21 (diff)
Remove listening
Diffstat (limited to 'jrt')
-rw-r--r--jrt/src/com/yahoo/jrt/Spec.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/jrt/src/com/yahoo/jrt/Spec.java b/jrt/src/com/yahoo/jrt/Spec.java
index 3f03ee93aa4..bc1432dad10 100644
--- a/jrt/src/com/yahoo/jrt/Spec.java
+++ b/jrt/src/com/yahoo/jrt/Spec.java
@@ -103,7 +103,7 @@ public class Spec {
* Resolve the socket address for this Spec. If this Spec is
* malformed, this method will return null.
*
- * @return listening socket address
+ * @return socket address
*/
SocketAddress address() {
if (malformed) {