--- old/jdk/src/java.base/share/classes/java/net/DatagramSocket.java Wed Jan 6 14:54:05 2016 +++ new/jdk/src/java.base/share/classes/java/net/DatagramSocket.java Wed Jan 6 14:54:05 2016 @@ -1338,7 +1338,7 @@ * * @throws NullPointerException if name is {@code null} * - * @since 1.9 + * @since 9 */ public DatagramSocket setOption(SocketOption name, T value) throws IOException @@ -1368,7 +1368,7 @@ * {@link java.net.StandardSocketOptions StandardSocketOptions} * do not require any security permission. * - * @since 1.9 + * @since 9 */ public T getOption(SocketOption name) throws IOException { return getImpl().getOption(name); @@ -1386,7 +1386,7 @@ * @return A set of the socket options supported by this socket. This set * may be empty if the socket's DatagramSocketImpl cannot be created. * - * @since 1.9 + * @since 9 */ public Set> supportedOptions() { synchronized(DatagramSocket.class) {