RFR: 8251989: Hex formatting and parsing utility [v6]

Marcono1234 github.com+11685886+marcono1234 at openjdk.java.net
Wed Oct 21 18:07:18 UTC 2020


On Tue, 20 Oct 2020 14:37:01 GMT, Roger Riggs <rriggs at openjdk.org> wrote:

>> src/java.base/share/classes/java/util/HexFormat.java line 127:
>> 
>>> 125:  *
>>> 126:  * @implSpec
>>> 127:  * This class is immutable and thread-safe.
>> 
>> I'm curious why this is an implSpec, and not just a normative statement? HexFormat is a final class after all, there is just one implementation.
>
> Good point, will remove @ImplSpec.

Should this be a separate paragraph (`<p>` ) though? Currently it would be part of the paragraph about being value-based.

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

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


More information about the core-libs-dev mailing list