From ebc0b4b2b09410e949cd400856a3cdcb08a9308e Mon Sep 17 00:00:00 2001 From: yushijinhun Date: Sat, 2 Jun 2018 18:06:32 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4AccountHelper=E6=9C=AA?= =?UTF-8?q?=E4=BD=BF=E7=94=A8=E7=9A=84=E5=8D=95=E4=BE=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- HMCL/src/main/java/org/jackhuang/hmcl/game/AccountHelper.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HMCL/src/main/java/org/jackhuang/hmcl/game/AccountHelper.java b/HMCL/src/main/java/org/jackhuang/hmcl/game/AccountHelper.java index a3e50cc26..2ed2be5e9 100644 --- a/HMCL/src/main/java/org/jackhuang/hmcl/game/AccountHelper.java +++ b/HMCL/src/main/java/org/jackhuang/hmcl/game/AccountHelper.java @@ -40,7 +40,7 @@ import java.util.List; import java.util.Optional; public final class AccountHelper { - public static final AccountHelper INSTANCE = new AccountHelper(); + private AccountHelper() {} public static final File SKIN_DIR = new File(Launcher.HMCL_DIRECTORY, "skins");