[java-shib-metadata] branch main updated: JSSH-27 Implement an ensureId method to help with nullability annotation https://shibboleth.atlassian.net/browse/JSSH-27
Rod Widdowson
rdw at steadingsoftware.com
Mon May 1 10:16:24 UTC 2023
This is an automated email from the git hooks/post-receive script.
rdw pushed a commit to branch main
in repository java-shib-metadata.
View the commit online:
http://git.shibboleth.net/view/?p=java-shib-metadata.git;a=commit;h=5d52b153ae3c5f673431affe9a93ea70c64af80f
The following commit(s) were added to refs/heads/main by this push:
new 5d52b153 JSSH-27 Implement an ensureId method to help with nullability annotation https://shibboleth.atlassian.net/browse/JSSH-27
5d52b153 is described below
commit 5d52b153ae3c5f673431affe9a93ea70c64af80f
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Mon May 1 11:15:44 2023 +0100
JSSH-27 Implement an ensureId method to help with nullability annotation
https://shibboleth.atlassian.net/browse/JSSH-27
---
.../shibboleth/idp/saml/metadata/impl/MetadataProviderContainer.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/shib-metadata-impl/src/main/java/net/shibboleth/idp/saml/metadata/impl/MetadataProviderContainer.java b/shib-metadata-impl/src/main/java/net/shibboleth/idp/saml/metadata/impl/MetadataProviderContainer.java
index a59433f3..63b94cae 100644
--- a/shib-metadata-impl/src/main/java/net/shibboleth/idp/saml/metadata/impl/MetadataProviderContainer.java
+++ b/shib-metadata-impl/src/main/java/net/shibboleth/idp/saml/metadata/impl/MetadataProviderContainer.java
@@ -114,7 +114,7 @@ public class MetadataProviderContainer extends AbstractServiceableComponent<Meta
return 0;
}
- return ensureId().compareTo(other.getId());
+ return ensureId().compareTo(other.ensureId());
}
/**
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list