Skip to content

Commit 1f303e2

Browse files
author
Vladimir Kotal
committed
fix comment
1 parent d99619a commit 1f303e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opengrok-web/src/main/java/org/opengrok/web/WebappListener.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ public void contextInitialized(final ServletContextEvent servletContextEvent) {
104104
env.watchDog.start(new File(pluginDirectory));
105105
}
106106

107-
// Check project index(es).
107+
// Check index(es).
108108
if (env.isProjectsEnabled()) {
109109
LOGGER.log(Level.FINE, "Checking indexes for all projects");
110110
Map<String, Project> projects = env.getProjects();

0 commit comments

Comments
 (0)