--- old/src/share/classes/java/net/DatagramSocket.java Mon Oct 1 10:50:38 2012 +++ new/src/share/classes/java/net/DatagramSocket.java Mon Oct 1 10:50:37 2012 @@ -105,7 +105,7 @@ * Connects this socket to a remote socket address (IP address + port number). * Binds socket if not already bound. *

- * @param addr The remote address. + * @param address The remote address. * @param port The remote port * @throws SocketException if binding the socket fails. */