Skip to content

Commit

Permalink
Ensure MockMvcTesterIntegrationTests runs in AOT mode
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrannen committed May 29, 2024
1 parent a0c9a20 commit cade3c7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -503,7 +503,7 @@ public Callable<Map<String, String>> getCallable() {

@Controller
@SessionAttributes("locale")
private static class SessionController {
static class SessionController {

@ModelAttribute
void populate(Model model) {
Expand All @@ -517,7 +517,7 @@ String handle() {
}

@Controller
private static class ErrorController {
static class ErrorController {

@GetMapping("/error/1")
public String one() {
Expand Down

0 comments on commit cade3c7

Please sign in to comment.