summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ojluni/src/main/java/java/net/ServerSocket.java3
1 files changed, 1 insertions, 2 deletions
diff --git a/ojluni/src/main/java/java/net/ServerSocket.java b/ojluni/src/main/java/java/net/ServerSocket.java
index 20ae95a9aa..f70a6b1c29 100644
--- a/ojluni/src/main/java/java/net/ServerSocket.java
+++ b/ojluni/src/main/java/java/net/ServerSocket.java
@@ -446,8 +446,7 @@ class ServerSocket implements java.io.Closeable {
}
/**
- * Returns the address of the endpoint this socket is bound to, or
- * {@code null} if it is not bound yet.
+ * Returns the address of the endpoint this socket is bound to.
* <p>
* If the socket was bound prior to being {@link #close closed},
* then this method will continue to return the address of the endpoint