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

Simple typo in method specification.

Reviewed-by: jccollet
This commit is contained in:
Chris Hegarty 2008-03-07 09:57:22 +00:00
parent 9a2759ee8d
commit b02a978ac4

View File

@ -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()