--- old/src/share/classes/java/net/SocksSocketImpl.java Mon Oct 1 10:50:47 2012 +++ new/src/share/classes/java/net/SocksSocketImpl.java Mon Oct 1 10:50:46 2012 @@ -644,7 +644,7 @@ * means "accept incoming connection from", so the SocketAddress is the * the one of the host we do accept connection from. * - * @param addr the Socket address of the remote host. + * @param saddr the Socket address of the remote host. * @exception IOException if an I/O error occurs when binding this socket. */ protected synchronized void socksBind(InetSocketAddress saddr) throws IOException {