summaryrefslogtreecommitdiffstats
path: root/jrt/src/com/yahoo/jrt/Acceptor.java
diff options
context:
space:
mode:
Diffstat (limited to 'jrt/src/com/yahoo/jrt/Acceptor.java')
-rw-r--r--jrt/src/com/yahoo/jrt/Acceptor.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/jrt/src/com/yahoo/jrt/Acceptor.java b/jrt/src/com/yahoo/jrt/Acceptor.java
index d4bdb7007f1..14b35c5893f 100644
--- a/jrt/src/com/yahoo/jrt/Acceptor.java
+++ b/jrt/src/com/yahoo/jrt/Acceptor.java
@@ -85,8 +85,8 @@ public class Acceptor {
* is listening to. If this Acceptor is no longer listening (it has
* been shut down), null will be returned.
*
- * @return listening spec, or null if not listening.
- **/
+ * @return listening spec, or null if not listening
+ */
public Spec spec() {
if ( ! serverChannel.isOpen()) {
return null;