2
0
Эх сурвалжийг харах

Revert Nullable annotation

Signed-off-by: Tran Ngoc Nhan <ngocnhan.tran1996@gmail.com>
Tran Ngoc Nhan 6 сар өмнө
parent
commit
3cf1686c0b

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

@@ -113,7 +113,7 @@ public final class TestCustomOpenSaml4Objects {
 		 * represents
 		 * @param namespacePrefix the prefix for the given namespace
 		 */
-		protected CustomOpenSamlObjectImpl(@javax.annotation.Nullable String namespaceURI,
+		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));