summaryrefslogtreecommitdiffstats
path: root/jrt
diff options
context:
space:
mode:
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) {