Fix build

This commit is contained in:
Sam Brannen 2023-02-02 20:12:18 +01:00
parent 708f600afe
commit 3029b7b9be
2 changed files with 2 additions and 2 deletions

View File

@ -34,8 +34,8 @@ public class UserController {
}
// @fold:on
@SuppressWarnings("serial")
static class MissingUserException extends RuntimeException {
}
// @fold:off

View File

@ -35,8 +35,8 @@ public class UserController {
}
// @fold:on
@SuppressWarnings("serial")
static class MissingUserException extends RuntimeException {
}
// @fold:off