mirror of
https://github.com/darlinghq/darling-openjdk.git
synced 2025-01-22 07:47:59 +00:00
6667108: typo in javadoc for java.net.Socket.getRemoteSocketAddress()
Simple typo in method specification. Reviewed-by: jccollet
This commit is contained in:
parent
9a2759ee8d
commit
b02a978ac4
@ -731,7 +731,7 @@ class Socket implements java.io.Closeable {
|
||||
* then this method will continue to return the connected address
|
||||
* 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.
|
||||
* @see #getInetAddress()
|
||||
* @see #getPort()
|
||||
|
Loading…
x
Reference in New Issue
Block a user