git: openjdk/mobile: 2 new changesets

duke duke at openjdk.java.net
Fri May 29 10:13:24 UTC 2020


Changeset: 4708c6d3
Author:    Patrick Concannon <pconcannon at openjdk.org>
Date:      2020-05-29 11:08:09 +0000
URL:       https://git.openjdk.java.net/mobile/commit/4708c6d3

8243507: DatagramSocket constructors don’t always specify what happens when passed invalid parameters

This fix updates the spec for DatagramSocket's constructors to inform the user of the Exceptions thrown when an invalid argument is passed.

Reviewed-by: dfuchs

! src/java.base/share/classes/java/net/DatagramSocket.java
+ test/jdk/java/net/DatagramSocket/Constructor.java

Changeset: ca5bc953
Author:    duke <duke at openjdk.org>
Date:      2020-05-29 10:12:46 +0000
URL:       https://git.openjdk.java.net/mobile/commit/ca5bc953

Automatic merge of jdk:master into master




More information about the mobile-changes mailing list