提交 abc55b40 编写于 作者: C chegar

6667108: typo in javadoc for java.net.Socket.getRemoteSocketAddress()

Summary: Simple typo in method specification.
Reviewed-by: jccollet
上级 e72e156c
...@@ -731,7 +731,7 @@ class Socket implements java.io.Closeable { ...@@ -731,7 +731,7 @@ class Socket implements java.io.Closeable {
* then this method will continue to return the connected address * then this method will continue to return the connected address
* after the socket is closed. * after the socket is closed.
* *
* @return a <code>SocketAddress</code> reprensenting the remote endpoint of this * @return a <code>SocketAddress</code> representing the remote endpoint of this
* socket, or <code>null</code> if it is not connected yet. * socket, or <code>null</code> if it is not connected yet.
* @see #getInetAddress() * @see #getInetAddress()
* @see #getPort() * @see #getPort()
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册