RFR: 8253100: Fix "no comment" warnings in java.base/java.net [v2]

Naoto Sato naoto at openjdk.java.net
Thu Feb 25 17:04:41 UTC 2021


On Thu, 25 Feb 2021 11:05:07 GMT, Daniel Fuchs <dfuchs at 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


More information about the net-dev mailing list