Re: RFR: 8263080: Obsolete relationship in MulticastSocket API documentation. [v2]

2021-03-10 Thread Daniel Fuchs
On Wed, 10 Mar 2021 09:52:10 GMT, Patrick Concannon wrote: >> Daniel Fuchs has updated the pull request incrementally with one additional >> commit since the last revision: >> >> Improved first sentence > > src/java.base/share/classes/java/net/MulticastSocket.java line 42: > >> 40: * that

Re: RFR: 8263080: Obsolete relationship in MulticastSocket API documentation. [v2]

2021-03-10 Thread Patrick Concannon
On Tue, 9 Mar 2021 18:13:24 GMT, Daniel Fuchs 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)

Re: RFR: 8263080: Obsolete relationship in MulticastSocket API documentation. [v2]

2021-03-09 Thread Alan Bateman
On Tue, 9 Mar 2021 18:13:24 GMT, Daniel Fuchs 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)

Re: RFR: 8263080: Obsolete relationship in MulticastSocket API documentation. [v2]

2021-03-09 Thread Daniel Fuchs
> 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