Skip to content

Commit 36262f4

Browse files
committed
Maven Site and Documentation
1 parent 938896f commit 36262f4

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

src/main/java/org/woehlke/simpleworklist/domain/search/SearchController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public SearchController(SearchService searchService) {
3333
}
3434

3535
@RequestMapping(path = "", method = RequestMethod.GET)
36-
public final String searchResults(
36+
public final String searchGet(
3737
@RequestParam String searchterm,
3838
@ModelAttribute("userSession") UserSessionBean userSession,
3939
Locale locale, Model model

src/site/uml/SimpleWorklist.mdzip

-166 KB
Binary file not shown.
-167 KB
Binary file not shown.

0 commit comments

Comments
 (0)