Skip to content

Commit 51e9f07

Browse files
ngocnhan-tran1996jzheaux
authored andcommitted
Fix format
Signed-off-by: Tran Ngoc Nhan <[email protected]>
1 parent 3cf1686 commit 51e9f07

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

saml2/saml2-service-provider/src/opensaml4Test/java/org/springframework/security/saml2/provider/service/authentication/TestCustomOpenSaml4Objects.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,8 @@ public static class CustomOpenSamlObjectImpl extends AbstractXMLObject implement
113113
* represents
114114
* @param namespacePrefix the prefix for the given namespace
115115
*/
116-
protected CustomOpenSamlObjectImpl(@Nullable String namespaceURI,
117-
@NonNull String elementLocalName, @Nullable String namespacePrefix) {
116+
protected CustomOpenSamlObjectImpl(@Nullable String namespaceURI, @NonNull String elementLocalName,
117+
@Nullable String namespacePrefix) {
118118
super(namespaceURI, elementLocalName, namespacePrefix);
119119
super.getNamespaceManager().registerNamespaceDeclaration(new Namespace(CUSTOM_NS, TYPE_CUSTOM_PREFIX));
120120
this.unknownXMLObjects = new IndexedXMLObjectChildrenList<>(this);

0 commit comments

Comments
 (0)