[java-shib-metadata] branch main updated: Clarify comment

Rod Widdowson rdw at steadingsoftware.com
Sat Nov 26 13:30:50 UTC 2022


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=53061fd047c40e054c4b0a73312b1b093884c463

The following commit(s) were added to refs/heads/main by this push:
     new 53061fd0 Clarify comment
53061fd0 is described below

commit 53061fd047c40e054c4b0a73312b1b093884c463
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Sat Nov 26 13:30:44 2022 +0000

    Clarify comment
---
 .../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 3e1e166c..eff91b06 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
@@ -32,7 +32,7 @@ import net.shibboleth.shared.spring.service.AbstractServiceableComponent;
 
 
 /**
- * This class is a sortable container of {@link MetadataResolver}s, wrapped into a serviceable component.
+ * This class is a sortable container for {@link MetadataResolver}s, wrapped into a serviceable component.
  */
 public class MetadataProviderContainer extends AbstractServiceableComponent<MetadataResolver>
                                        implements Comparable<MetadataProviderContainer> {

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list