Skip to content

Commit

Permalink
Make public for unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
patkub committed Nov 6, 2024
1 parent e202ed0 commit 140299f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
public class ProfileController {

private final Logger log = LoggerFactory.getLogger(this.getClass());
public final static ObjectMapper mapper = new ObjectMapper().registerModule(new JavaTimeModule());
public static ObjectMapper mapper = new ObjectMapper().registerModule(new JavaTimeModule());

@GetMapping("/profile")
public String profile(Model model, @AuthenticationPrincipal OidcUser oidcUser) {
Expand Down

0 comments on commit 140299f

Please sign in to comment.