jdk/src/share/classes/java/net/MulticastSocket.java
changeset 18156 edb590d448c5
parent 14342 8435a30053c1
child 19069 1d9cb0d080e3
--- 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.
      *
      * <p>The ttl is an <b>unsigned</b> 8-bit quantity, and so <B>must</B> be
-     * in the range <code> 0 <= ttl <= 0xFF </code>.
+     * in the range {@code 0 <= ttl <= 0xFF }.
      *
      * @param ttl the time-to-live
      * @exception IOException if an I/O exception occurs