mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 23:04:50 +02:00
8315968: Move java.util.Digits to jdk.internal.util and refactor to reduce duplication
Reviewed-by: rriggs, liach, redestad
This commit is contained in:
parent
d75d9774c8
commit
e0845163aa
8 changed files with 76 additions and 79 deletions
|
@ -32,6 +32,7 @@ import java.security.*;
|
|||
import jdk.internal.access.JavaLangAccess;
|
||||
import jdk.internal.access.SharedSecrets;
|
||||
import jdk.internal.util.ByteArray;
|
||||
import jdk.internal.util.HexDigits;
|
||||
|
||||
/**
|
||||
* A class that represents an immutable universally unique identifier (UUID).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue