Skip to content

Commit 4b75faf

Browse files
committed
Clarify comment
1 parent 28399d4 commit 4b75faf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

api/src/org/labkey/api/module/ModuleLoader.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -784,8 +784,8 @@ public void addStaticWarnings(@NotNull Warnings warnings, boolean showAllWarning
784784
startNonCoreUpgradeAndStartup(execution, lockFile);
785785

786786
// Register filters and servlets at the last minute, just before Tomcat starts. At this point, the list of
787-
// modules is final. Also, we've had one case where the CSP filter was getting called before modules were
788-
// initialized, GitHub Issue 1008. We have no idea how that happened, but registering late won't hurt.
787+
// modules is final. Also, we've had one case where the CSP filter was getting initialized before core module
788+
// was initialized, GitHub Issue 1008. We have no idea how that happened, but registering late won't hurt.
789789

790790
_log.info("Registering filters");
791791

0 commit comments

Comments
 (0)