[java-opensaml] 01/03: OSJ-405: CompositeMetadataResolver.setId is not accessible
Scott Cantor
cantor.2 at osu.edu
Thu Jul 25 17:15:24 UTC 2024
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch maint-5.1
in repository java-opensaml.
View the commit online:
http://git.shibboleth.net/view/?p=java-opensaml.git;a=commit;h=5c7d1f63bfb1752d7308e3a2e7796ef561b739e1
commit 5c7d1f63bfb1752d7308e3a2e7796ef561b739e1
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