From 9294537e23156754b9860bb721d01ef30f04562e Mon Sep 17 00:00:00 2001 From: Shaun Walker Date: Mon, 19 Oct 2020 08:50:37 -0400 Subject: [PATCH] modify comment --- Oqtane.Server/Infrastructure/Interfaces/IHostResources.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Oqtane.Server/Infrastructure/Interfaces/IHostResources.cs b/Oqtane.Server/Infrastructure/Interfaces/IHostResources.cs index d67b54cc..f22c53f0 100644 --- a/Oqtane.Server/Infrastructure/Interfaces/IHostResources.cs +++ b/Oqtane.Server/Infrastructure/Interfaces/IHostResources.cs @@ -3,8 +3,7 @@ using System.Collections.Generic; namespace Oqtane.Infrastructure { - // Obsolete - use the Resources collection as part of IModuleControl or IThemeCOntrol and use the ResourceDeclaration.Global property - // note - not using the [Obsolete] attribute in this case as we want to avoid compilation warnings in the core framework + // this interface is for declaring global resources and is useful for scenarios where you want to declare resources in a single location for the entire application public interface IHostResources { List Resources { get; } // identifies global resources for an application