Skip to content

Commit 4b0632f

Browse files
committed
More clarity
1 parent 4b75faf commit 4b0632f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -784,7 +784,7 @@ 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 initialized before core module
787+
// modules is final. We've had one case where the CSP filter was getting initialized before the core module
788788
// was initialized, GitHub Issue 1008. We have no idea how that happened, but registering late won't hurt.
789789

790790
_log.info("Registering filters");

0 commit comments

Comments
 (0)