RED-6476: Fixed a PMD false-positive
This commit is contained in:
parent
bfafe1d8b0
commit
1e323ee948
@ -57,6 +57,9 @@ public class HeaderBasedKeycloakRealmResolver implements KeycloakConfigResolver
|
||||
}
|
||||
|
||||
|
||||
// PMD marks this as unused, although it is clearly used.
|
||||
// This seems to be a bug in PMD.
|
||||
@SuppressWarnings("PMD.UnusedPrivateMethod")
|
||||
@SneakyThrows
|
||||
private String getTenantFromBearerToken(HttpFacade.Request request) {
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user