You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: ng-appserver/src/main/java/ng/appserver/privates/NGResourceLoader.java
+3-21
Original file line number
Diff line number
Diff line change
@@ -18,24 +18,13 @@
18
18
importorg.slf4j.LoggerFactory;
19
19
20
20
/**
21
-
* Utilities for reading resources
21
+
* Utility class for reading resources
22
22
*
23
-
* FIXME: Consumers should really never be going through this class directly. Resource providers should be registered with NGResourceManager and resources then loaded from there // Hugi 2023-07-08
23
+
* Consumers rarely use this class directly and should usually go through NGResourceManager instead, which handles caching and other general resource management
24
24
*/
25
25
26
26
publicclassNGResourceLoader {
27
27
28
-
/**
29
-
* FIXME: This instance is created merely as a placeholder while we work on changing NGResourceLoader's static nature // Hugi 2024-0525
0 commit comments