From 4d2efbad321b2f2fbdf5d4e18a17b5d6a49eb9c7 Mon Sep 17 00:00:00 2001 From: Archangel Date: Thu, 9 Jan 2025 17:21:13 +0100 Subject: [PATCH] Update comment --- project/src/utils/JsonUtil.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/src/utils/JsonUtil.ts b/project/src/utils/JsonUtil.ts index 06fc4873b..be32c0957 100644 --- a/project/src/utils/JsonUtil.ts +++ b/project/src/utils/JsonUtil.ts @@ -211,7 +211,7 @@ export class JsonUtil { } /** - * Read contents of json cache and add to class field asynchronously + * Read contents of json cache and add to class field * @param jsonCachePath Path to cache */ protected async hydrateJsonCache(jsonCachePath: string): Promise {