diff -r a7bf63ebda64 -r 09b1d992ca72 jdk/src/share/classes/java/net/BindException.java --- a/jdk/src/share/classes/java/net/BindException.java Tue Jun 10 14:17:32 2014 -0700 +++ b/jdk/src/share/classes/java/net/BindException.java Tue Jun 10 16:18:54 2014 -0700 @@ -30,7 +30,7 @@ * socket to a local address and port. Typically, the port is * in use, or the requested local address could not be assigned. * - * @since JDK1.1 + * @since 1.1 */ public class BindException extends SocketException {