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 5c501d6 commit 0f38abfCopy full SHA for 0f38abf
opengrok-indexer/src/main/java/org/opengrok/indexer/configuration/RuntimeEnvironment.java
@@ -474,7 +474,7 @@ public List<Project> getProjectList() {
474
*/
475
@SuppressWarnings("unchecked")
476
public Map<String,Project> getProjects() {
477
- return (Map<String,Project>)getConfigurationValue("projects");
+ return (Map<String, Project>)getConfigurationValue("projects");
478
}
479
480
/**
0 commit comments