diff -r 889970e5b728 -r edb590d448c5 jdk/src/share/classes/java/net/MulticastSocket.java --- a/jdk/src/share/classes/java/net/MulticastSocket.java Mon Jun 10 12:26:20 2013 +0200 +++ b/jdk/src/share/classes/java/net/MulticastSocket.java Mon Jun 10 12:58:32 2013 +0100 @@ -201,7 +201,7 @@ * scope of the multicasts. * *

The ttl is an unsigned 8-bit quantity, and so must be - * in the range 0 <= ttl <= 0xFF . + * in the range {@code 0 <= ttl <= 0xFF }. * * @param ttl the time-to-live * @exception IOException if an I/O exception occurs