< prev index next >

src/java.base/share/classes/java/net/MulticastSocket.java

Print this page
rev 58428 : [mq]: XXXXXXX-typos

@@ -656,11 +656,11 @@
             return ni;
         }
     }
 
     /**
-     * Disable/Enable local loopback of multicast datagrams
+     * Disable/Enable local loopback of multicast datagrams.
      * The option is used by the platform's networking code as a hint
      * for setting whether multicast data will be looped back to
      * the local socket.
      *
      * <p>Because this option is a hint, applications that want to
< prev index next >