mirror of
https://github.com/keycloak/keycloak.git
synced 2025-12-17 12:34:51 -06:00
KEYCLOAK-15184: Use static inner class where possible
This commit is contained in:
@@ -160,7 +160,7 @@ public class AuthnContextType implements Serializable {
|
||||
* ref="saml:AuthnContextDecl"/>
|
||||
* <element ref="saml:AuthnContextDeclRef"/> </choice> </sequence>
|
||||
*/
|
||||
public class AuthnContextTypeSequence implements Serializable {
|
||||
public static class AuthnContextTypeSequence implements Serializable {
|
||||
|
||||
private AuthnContextClassRefType classRef;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user