diff --git a/saml2/saml2-service-provider/src/opensaml4Test/java/org/springframework/security/saml2/provider/service/authentication/TestCustomOpenSaml4Objects.java b/saml2/saml2-service-provider/src/opensaml4Test/java/org/springframework/security/saml2/provider/service/authentication/TestCustomOpenSaml4Objects.java index 9033243101..8c6a9bc625 100644 --- a/saml2/saml2-service-provider/src/opensaml4Test/java/org/springframework/security/saml2/provider/service/authentication/TestCustomOpenSaml4Objects.java +++ b/saml2/saml2-service-provider/src/opensaml4Test/java/org/springframework/security/saml2/provider/service/authentication/TestCustomOpenSaml4Objects.java @@ -113,8 +113,8 @@ public final class TestCustomOpenSaml4Objects { * represents * @param namespacePrefix the prefix for the given namespace */ - protected CustomOpenSamlObjectImpl(@Nullable String namespaceURI, - @NonNull String elementLocalName, @Nullable String namespacePrefix) { + protected CustomOpenSamlObjectImpl(@Nullable String namespaceURI, @NonNull String elementLocalName, + @Nullable String namespacePrefix) { super(namespaceURI, elementLocalName, namespacePrefix); super.getNamespaceManager().registerNamespaceDeclaration(new Namespace(CUSTOM_NS, TYPE_CUSTOM_PREFIX)); this.unknownXMLObjects = new IndexedXMLObjectChildrenList<>(this);