We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d99619a commit 1f303e2Copy full SHA for 1f303e2
opengrok-web/src/main/java/org/opengrok/web/WebappListener.java
@@ -104,7 +104,7 @@ public void contextInitialized(final ServletContextEvent servletContextEvent) {
104
env.watchDog.start(new File(pluginDirectory));
105
}
106
107
- // Check project index(es).
+ // Check index(es).
108
if (env.isProjectsEnabled()) {
109
LOGGER.log(Level.FINE, "Checking indexes for all projects");
110
Map<String, Project> projects = env.getProjects();
0 commit comments