diff -r 407ff7067681 -r 7c4289125569 jdk/src/share/classes/java/net/Socket.java --- a/jdk/src/share/classes/java/net/Socket.java Fri Jun 14 16:38:13 2013 +0100 +++ b/jdk/src/share/classes/java/net/Socket.java Mon Jun 17 11:26:16 2013 +0100 @@ -1108,7 +1108,7 @@ * expires, a java.net.SocketTimeoutException is raised, though the * Socket is still valid. The option must be enabled * prior to entering the blocking operation to have effect. The - * timeout must be > 0. + * timeout must be {@code > 0}. * A timeout of zero is interpreted as an infinite timeout. * * @param timeout the specified timeout, in milliseconds. @@ -1317,8 +1317,8 @@ * As the underlying network implementation may ignore this * value applications should consider it a hint. * - *
The tc must be in the range 0 <= tc <=
- * 255
or an IllegalArgumentException will be thrown.
+ *
The tc must be in the range {@code 0 <= tc <= + * 255} or an IllegalArgumentException will be thrown. *
Notes: *
For Internet Protocol v4 the value consists of an
* integer
, the least significant 8 bits of which