mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-03-01 02:49:11 +00:00
Revert Nullable annotation
Signed-off-by: Tran Ngoc Nhan <ngocnhan.tran1996@gmail.com>
This commit is contained in:
parent
5d089f680e
commit
3cf1686c0b
@ -113,7 +113,7 @@ public final class TestCustomOpenSaml4Objects {
|
|||||||
* represents
|
* represents
|
||||||
* @param namespacePrefix the prefix for the given namespace
|
* @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) {
|
@NonNull String elementLocalName, @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));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user