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 444d5ee commit c8a8a64Copy full SHA for c8a8a64
src/main/java/org/woehlke/twitterwall/frontend/controller/ApplicationController.java
@@ -30,7 +30,7 @@ public String domainCount(Model model) {
30
}
31
32
@RequestMapping(path="/management")
33
- public String dmanagementPage(Model model) {
+ public String managementPage(Model model) {
34
String msg = "/application/domain/count: ";
35
String title = "Application Management";
36
String subtitle = twitterProperties.getSearchQuery();
0 commit comments