Skip to content

Commit 3cf1686

Browse files
ngocnhan-tran1996jzheaux
authored andcommitted
Revert Nullable annotation
Signed-off-by: Tran Ngoc Nhan <[email protected]>
1 parent 5d089f6 commit 3cf1686

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ public static class CustomOpenSamlObjectImpl extends AbstractXMLObject implement
113113
* represents
114114
* @param namespacePrefix the prefix for the given namespace
115115
*/
116-
protected CustomOpenSamlObjectImpl(@javax.annotation.Nullable String namespaceURI,
116+
protected CustomOpenSamlObjectImpl(@Nullable String namespaceURI,
117117
@NonNull String elementLocalName, @Nullable String namespacePrefix) {
118118
super(namespaceURI, elementLocalName, namespacePrefix);
119119
super.getNamespaceManager().registerNamespaceDeclaration(new Namespace(CUSTOM_NS, TYPE_CUSTOM_PREFIX));

0 commit comments

Comments
 (0)