RFR: 8263080: Obsolete relationship in MulticastSocket API documentation. [v2]
    Alan Bateman 
    alanb at openjdk.java.net
       
    Tue Mar  9 18:40:07 UTC 2021
    
    
  
On Tue, 9 Mar 2021 18:13:24 GMT, Daniel Fuchs <dfuchs at openjdk.org> wrote:
>> Now that DatagramSocket has been updated by JDK-8237352 to support joining multicast group, this sentence in the API class level documentation of MulticastSocket is obsolete and should be removed:
>> 
>> "A MulticastSocket is a (UDP) DatagramSocket, with additional capabilities for
>>  joining "groups" of other multicast hosts on the internet." 
>>  
>>  Not sure whether this requires a CSR. I guess not?
>
> Daniel Fuchs has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Improved first sentence
Marked as reviewed by alanb (Reviewer).
src/java.base/share/classes/java/net/MulticastSocket.java line 40:
> 38:  * The {@code MulticastSocket} class additionally defines
> 39:  * convenient setter and getter methods for socket options
> 40:  * that are commonly used by multicasting applications.
I think this looks okay.
-------------
PR: https://git.openjdk.java.net/jdk/pull/2842
    
    
More information about the net-dev
mailing list