fix warning

This commit is contained in:
Jason Plumb 2025-07-25 10:09:42 -07:00
parent 361935af74
commit dd764ca560
No known key found for this signature in database
GPG Key ID: DF14F93EC6E030A3
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ class UnsafeAccess {
private UnsafeAccess() {}
private static class UnsafeHolder {
public static final Unsafe UNSAFE;
private static final Unsafe UNSAFE;
static {
UNSAFE = getUnsafe();