DatagramSocket.java, [...]: Fixed some documentation tags to make javadoc and friends happy.
2003-03-10 Michael Koch <konqueror@gmx.de> * java/net/DatagramSocket.java, java/net/MulticastSocket.java, java/net/Socket.java, java/net/URL.java, java/net/URLConnection.java: Fixed some documentation tags to make javadoc and friends happy. From-SVN: r64083
This commit is contained in:
parent
4c5154c0c6
commit
1f5f81da4e
6 changed files with 31 additions and 22 deletions
|
@ -1017,7 +1017,7 @@ public class Socket
|
|||
*
|
||||
* @exception SocketException If an error occurs
|
||||
*
|
||||
* @see Socket:setTrafficClass
|
||||
* @see Socket#setTrafficClass(int tc)
|
||||
*
|
||||
* @since 1.4
|
||||
*/
|
||||
|
@ -1042,7 +1042,7 @@ public class Socket
|
|||
* @exception SocketException If an error occurs
|
||||
* @exception IllegalArgumentException If tc value is illegal
|
||||
*
|
||||
* @see Socket:getTrafficClass
|
||||
* @see Socket#getTrafficClass()
|
||||
*
|
||||
* @since 1.4
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue