RFR: 8253100: Fix "no comment" warnings in java.base/java.net [v3]
Alan Bateman
alanb at openjdk.java.net
Sat Feb 27 10:07:41 UTC 2021
On Fri, 26 Feb 2021 10:59:01 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 @throws to conform to the style of other @throws in java.net.URI
Looks fine, just a few formatting nits.
src/java.base/share/classes/java/net/UnixDomainSocketAddress.java line 97:
> 95: *
> 96: * @return a {@link Ser}
> 97: * representing the path name of this instance
is there a spurious line break in the middle of the return description?
src/java.base/share/classes/java/net/URISyntaxException.java line 48:
> 46: */
> 47: private String input;
> 48: /**
I'd probably put a blank line after input to space it out.
-------------
Marked as reviewed by alanb (Reviewer).
PR: https://git.openjdk.java.net/jdk/pull/2715
More information about the net-dev
mailing list