mirror of
https://github.com/gcc-mirror/gcc.git
synced 2026-05-06 23:25:24 +02:00
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:
committed by
Michael Koch
parent
4c5154c0c6
commit
1f5f81da4e
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user