Fix format

Signed-off-by: Tran Ngoc Nhan <ngocnhan.tran1996@gmail.com>
This commit is contained in:
Tran Ngoc Nhan 2025-02-13 06:29:14 +07:00 committed by Josh Cummings
parent 3cf1686c0b
commit 51e9f073dd
1 changed files with 2 additions and 2 deletions

View File

@ -113,8 +113,8 @@ public final class TestCustomOpenSaml4Objects {
* represents * represents
* @param namespacePrefix the prefix for the given namespace * @param namespacePrefix the prefix for the given namespace
*/ */
protected CustomOpenSamlObjectImpl(@Nullable String namespaceURI, protected CustomOpenSamlObjectImpl(@Nullable String namespaceURI, @NonNull String elementLocalName,
@NonNull String elementLocalName, @Nullable String namespacePrefix) { @Nullable String namespacePrefix) {
super(namespaceURI, elementLocalName, namespacePrefix); super(namespaceURI, elementLocalName, namespacePrefix);
super.getNamespaceManager().registerNamespaceDeclaration(new Namespace(CUSTOM_NS, TYPE_CUSTOM_PREFIX)); super.getNamespaceManager().registerNamespaceDeclaration(new Namespace(CUSTOM_NS, TYPE_CUSTOM_PREFIX));
this.unknownXMLObjects = new IndexedXMLObjectChildrenList<>(this); this.unknownXMLObjects = new IndexedXMLObjectChildrenList<>(this);