aboutsummaryrefslogtreecommitdiff
path: root/libjava/java/net/MulticastSocket.java
diff options
context:
space:
mode:
Diffstat (limited to 'libjava/java/net/MulticastSocket.java')
-rw-r--r--libjava/java/net/MulticastSocket.java16
1 files changed, 8 insertions, 8 deletions
diff --git a/libjava/java/net/MulticastSocket.java b/libjava/java/net/MulticastSocket.java
index 481c8e3..a6dca94 100644
--- a/libjava/java/net/MulticastSocket.java
+++ b/libjava/java/net/MulticastSocket.java
@@ -136,7 +136,7 @@ public class MulticastSocket extends DatagramSocket
*
* @deprecated 1.2 Replaced by getTimeToLive()
*
- * @see Multicastsocket:getTimeToLive
+ * @see MulticastSocket#getTimeToLive()
*/
public byte getTTL() throws IOException
{
@@ -182,7 +182,7 @@ public class MulticastSocket extends DatagramSocket
*
* @exception SocketException If an error occurs
*
- * @see MulticastSocket:getNetworkInterface
+ * @see MulticastSocket#getNetworkInterface()
*
* @since 1.4
*/
@@ -209,7 +209,7 @@ public class MulticastSocket extends DatagramSocket
*
* @exception SocketException If an error occurs
*
- * @see MulticastSocket:setNetworkInterface
+ * @see MulticastSocket#setNetworkInterface(NetworkInterface netIf)
*
* @since 1.4
*/
@@ -277,7 +277,7 @@ public class MulticastSocket extends DatagramSocket
*
* @deprecated 1.2 Replaced by <code>setTimeToLive</code>
*
- * @see MulticastSocket:setTimeToLive
+ * @see MulticastSocket#setTimeToLive(int ttl)
*/
public void setTTL(byte ttl) throws IOException
{
@@ -360,8 +360,8 @@ public class MulticastSocket extends DatagramSocket
* @exception SecurityException If a security manager exists and its
* checkMulticast method doesn't allow the operation
*
- * @see MulticastSocket:setInterface
- * @see MulticastSocket:setNetworkInterface
+ * @see MulticastSocket#setInterface(InetAddress addr)
+ * @see MulticastSocket#setNetworkInterface(NetworkInterface netIf)
*
* @since 1.4
*/
@@ -395,8 +395,8 @@ public class MulticastSocket extends DatagramSocket
* @exception SecurityException If a security manager exists and its
* checkMulticast method doesn't allow the operation
*
- * @see MulticastSocket:setInterface
- * @see MulticastSocket:setNetworkInterface
+ * @see MulticastSocket#setInterface(InetAddress addr)
+ * @see MulticastSocket#setNetworkInterface(NetworkInterface netIf)
*
* @since 1.4
*/