> On 1 Apr 2020, at 15:12, mark sheppard <[email protected]> wrote: > > Hi Chris, > just looking at the supportedOptions method in the two classes > DatagramSocket and MulticastSocket, if I haven't misread them, are > they not the same? > As such MulticastSocket could inherit that method from DatagramSocket ? > (without the necessity to override)
Good idea Mark. Updated webrev: https://cr.openjdk.java.net/~chegar/8241988/webrev.01/ -Chris.
