--- old/jdk/src/java.base/share/classes/java/net/DatagramSocketImpl.java Tue Jan 19 14:14:30 2016 +++ new/jdk/src/java.base/share/classes/java/net/DatagramSocketImpl.java Tue Jan 19 14:14:30 2016 @@ -278,7 +278,7 @@ * * @throws NullPointerException if name is {@code null} * @throws IOException if an I/O problem occurs while attempting to set the option - * @since 1.9 + * @since 9 */ protected void setOption(SocketOption name, T value) throws IOException { if (name == StandardSocketOptions.SO_SNDBUF) { @@ -319,7 +319,7 @@ * @throws NullPointerException if name is {@code null} * @throws IOException if an I/O problem occurs while attempting to set the option * - * @since 1.9 + * @since 9 */ @SuppressWarnings("unchecked") protected T getOption(SocketOption name) throws IOException {