RFR: 8253473: Javadoc clean up in HttpHandler, HttpPrincipal, HttpContext, and HttpsConfigurator [v3]

Patrick Concannon pconcannon at openjdk.java.net
Thu Oct 29 11:02:01 UTC 2020


On Wed, 28 Oct 2020 14:44:55 GMT, Daniel Fuchs <dfuchs at openjdk.org> wrote:

>> src/jdk.httpserver/share/classes/com/sun/net/httpserver/HttpPrincipal.java line 100:
>> 
>>> 98:     /**
>>> 99:      * Returns a hashcode for this {@code HttpPrincipal}. This is calculated
>>> 100:      * as <code>(getUsername()+getRealm().hashCode()</code>.
>> 
>> There is a close parenthesis missing after `getRealm()`
>
> Also `<code></code>` could be replaced with `{@code }`

Closing parenthesis added and code tag changed in commit: d8b93d01021d696f9f5272b1e6b34750dc36bcbf

-------------

PR: https://git.openjdk.java.net/jdk/pull/810


More information about the net-dev mailing list