On Wed, 28 Oct 2020 14:44:55 GMT, Daniel Fuchs <dfu...@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