[Minor] add default branch to PrivilegeRolesSaxReader

This commit is contained in:
Robert von Burg 2023-04-06 14:36:54 +02:00
parent 4ecda617bb
commit 3c4c40999b
Signed by: eitch
GPG Key ID: 75DB9C85C74331F7
1 changed files with 1 additions and 0 deletions

View File

@ -181,6 +181,7 @@ public class PrivilegeRolesSaxReader extends DefaultHandler {
logger.info(MessageFormat.format("New Role: {0}", role));
init();
}
default -> throw new IllegalStateException("Unexpected value: " + qName);
}
}
}