We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 927dc14 commit f075539Copy full SHA for f075539
src/main/java/org/myteam/server/test/controller/GlobalTestController.java
@@ -41,7 +41,7 @@ public ResponseEntity<?> certifiedAdmin() {
41
42
@GetMapping("/exception-test")
43
public String exceptionTest() {
44
- log.info("exception test ");
+ log.info("exception test");
45
throw new PlayHiveException(ErrorCode.INTERNAL_SERVER_ERROR);
46
}
47
0 commit comments