On Tue, 20 Oct 2020 14:37:01 GMT, Roger Riggs <[email protected]> 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
