On Fri, 21 Nov 2025 11:03:43 GMT, Kieran Farrell <[email protected]> wrote:
>> Replacing 'global identifier' with 'UUID' for consistancy in the spec as >> suggested during the review of JDK-8334015. > > Kieran Farrell has updated the pull request incrementally with one additional > commit since the last revision: > > spec update src/java.base/share/classes/java/util/UUID.java line 40: > 38: * <p> There exist different variants of these UUIDs. The methods > 39: * of this class are for manipulating the Leach-Salz variant, although the > 40: * constructors allow the creation of any variant of UUID (described > below). Something like this? Suggestion: * <p>This class is primarily designed for manipulating Leach-Salz variant UUIDs, * but it also supports the creation of UUIDs of other variants. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/28435#discussion_r2566797285
