[java-opensaml] branch main updated: OSJ-405: CompositeMetadataResolver.setId is not accessible
Brent Putman
putmanb at georgetown.edu
Thu May 9 16:36:17 UTC 2024
This is an automated email from the git hooks/post-receive script.
putmanb pushed a commit to branch main
in repository java-opensaml.
View the commit online:
http://git.shibboleth.net/view/?p=java-opensaml.git;a=commit;h=7723af06f6976ca78547bdc62c38a45918ae3c68
The following commit(s) were added to refs/heads/main by this push:
new 7723af06f OSJ-405: CompositeMetadataResolver.setId is not accessible
7723af06f is described below
commit 7723af06f6976ca78547bdc62c38a45918ae3c68
Author: Brent Putman <putmanb at georgetown.edu>
AuthorDate: Thu May 9 12:33:13 2024 -0400
OSJ-405: CompositeMetadataResolver.setId is not accessible
---
.../saml/metadata/resolver/impl/CompositeMetadataResolver.java | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/opensaml-saml-impl/src/main/java/org/opensaml/saml/metadata/resolver/impl/CompositeMetadataResolver.java b/opensaml-saml-impl/src/main/java/org/opensaml/saml/metadata/resolver/impl/CompositeMetadataResolver.java
index 29687e814..02a7dfe99 100644
--- a/opensaml-saml-impl/src/main/java/org/opensaml/saml/metadata/resolver/impl/CompositeMetadataResolver.java
+++ b/opensaml-saml-impl/src/main/java/org/opensaml/saml/metadata/resolver/impl/CompositeMetadataResolver.java
@@ -33,7 +33,7 @@ import net.shibboleth.shared.annotation.constraint.NotEmpty;
import net.shibboleth.shared.annotation.constraint.NotLive;
import net.shibboleth.shared.annotation.constraint.Unmodifiable;
import net.shibboleth.shared.collection.CollectionSupport;
-import net.shibboleth.shared.component.AbstractIdentifiedInitializableComponent;
+import net.shibboleth.shared.component.AbstractIdentifiableInitializableComponent;
import net.shibboleth.shared.primitive.LoggerFactory;
import net.shibboleth.shared.primitive.StringSupport;
import net.shibboleth.shared.resolver.CriteriaSet;
@@ -46,7 +46,7 @@ import net.shibboleth.shared.resolver.ResolverException;
* <p>Note: This appears to be unused, and contained a number of bugs that may or may not have been
* fully corrected.</p>
*/
-public class CompositeMetadataResolver extends AbstractIdentifiedInitializableComponent implements MetadataResolver,
+public class CompositeMetadataResolver extends AbstractIdentifiableInitializableComponent implements MetadataResolver,
RefreshableMetadataResolver, ClearableMetadataResolver {
/** Class logger. */
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list