Skip to content
This repository was archived by the owner on Feb 16, 2022. It is now read-only.

Commit 11545f2

Browse files
author
ParkJeongHwan
committed
Updated dependencies.
1 parent c46bc02 commit 11545f2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/com/realtimetech/reflection/allocate/UnsafeAllocator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
import java.lang.reflect.Modifier;
88

99
public abstract class UnsafeAllocator {
10-
public static UnsafeAllocator instance;
10+
private static UnsafeAllocator instance;
1111

1212
static {
1313
instance = create();

0 commit comments

Comments
 (0)