On Thu, 25 Feb 2021 11:05:07 GMT, Daniel Fuchs <dfu...@openjdk.org> wrote:
>> Hi, >> >> Please find here a change that fixes "no comment" warnings generated by >> `javadoc -Xdoclint` for `java.base/java.net` > > Daniel Fuchs has updated the pull request incrementally with one additional > commit since the last revision: > > Fixed comment src/java.base/share/classes/java/net/InetSocketAddress.java line 326: > 324: /** > 325: * Throws {@code InvalidObjectException}, always. > 326: * @throws ObjectStreamException always Is this correct? Seems to contradict each other. ------------- PR: https://git.openjdk.java.net/jdk/pull/2715