KEYCLOAK-15184: Use static inner class where possible

This commit is contained in:
testn
2020-08-17 10:09:34 +07:00
committed by Hynek Mlnařík
parent 6e713b5044
commit 269a72d672
38 changed files with 41 additions and 41 deletions

View File

@@ -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;