From b25f47dfae7b6708ff34a93bfebf4a2dc818ec7b Mon Sep 17 00:00:00 2001 From: sincere liu Date: Fri, 3 May 2024 11:15:57 +0800 Subject: [PATCH] Avoid misusing constructors. --- v2rayN/v2rayN/Handler/ProfileExHandler.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v2rayN/v2rayN/Handler/ProfileExHandler.cs b/v2rayN/v2rayN/Handler/ProfileExHandler.cs index 2d7fc932..4c152002 100644 --- a/v2rayN/v2rayN/Handler/ProfileExHandler.cs +++ b/v2rayN/v2rayN/Handler/ProfileExHandler.cs @@ -12,7 +12,7 @@ namespace v2rayN.Handler public ConcurrentBag ProfileExs => _lstProfileEx; public static ProfileExHandler Instance => _instance.Value; - public ProfileExHandler() + private ProfileExHandler() { Init();