--- old/src/share/classes/java/net/AbstractPlainSocketImpl.java Mon Oct 1 10:50:35 2012 +++ new/src/share/classes/java/net/AbstractPlainSocketImpl.java Mon Oct 1 10:50:34 2012 @@ -368,7 +368,7 @@ /** * Binds the socket to the specified address of the specified local port. * @param address the address - * @param port the port + * @param lport the port */ protected synchronized void bind(InetAddress address, int lport) throws IOException