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

Commit

Permalink
Updated dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
ParkJeongHwan committed Sep 9, 2019
1 parent c46bc02 commit 11545f2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import java.lang.reflect.Modifier;

public abstract class UnsafeAllocator {
public static UnsafeAllocator instance;
private static UnsafeAllocator instance;

static {
instance = create();
Expand Down

0 comments on commit 11545f2

Please sign in to comment.