From dea26c684a66184942315dc6d9b3538c8b739e6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E5=BC=98=E9=9F=AC?= Date: Thu, 13 May 2021 13:37:41 +0800 Subject: [PATCH] Update Comment --- Flow.Launcher.Plugin/IPublicAPI.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Flow.Launcher.Plugin/IPublicAPI.cs b/Flow.Launcher.Plugin/IPublicAPI.cs index f98d6e7eb..368dfe7b1 100644 --- a/Flow.Launcher.Plugin/IPublicAPI.cs +++ b/Flow.Launcher.Plugin/IPublicAPI.cs @@ -165,7 +165,8 @@ namespace Flow.Launcher.Plugin void LogException(string className, string message, Exception e, [CallerMemberName] string methodName = ""); /// - /// Load JsonStorage for current plugin. This is the method used to load settings from json in Flow + /// Load JsonStorage for current plugin. This is the method used to load settings from json in Flow. + /// When the file is not exist, it will create a new instance for the specific type. /// /// Type for deserialization ///