[java-metadata-aggregator] 02/02: Correct typo

Ian Young ian at iay.org.uk
Wed Apr 15 11:57:00 EDT 2020


This is an automated email from the git hooks/post-receive script.

iay pushed a commit to branch master
in repository java-metadata-aggregator.

View the commit online:
http://git.shibboleth.net/view/?p=java-metadata-aggregator.git;a=commit;h=23391fe03cc6beaab4d8830f0d2d506ecbf8e64b

commit 23391fe03cc6beaab4d8830f0d2d506ecbf8e64b
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Wed Apr 15 16:46:34 2020 +0100

    Correct typo
---
 .../metadata/dom/saml/mdrpi/RegistrationAuthorityPopulationStage.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/aggregator-pipeline/src/main/java/net/shibboleth/metadata/dom/saml/mdrpi/RegistrationAuthorityPopulationStage.java b/aggregator-pipeline/src/main/java/net/shibboleth/metadata/dom/saml/mdrpi/RegistrationAuthorityPopulationStage.java
index 374e7ab..6971fd1 100644
--- a/aggregator-pipeline/src/main/java/net/shibboleth/metadata/dom/saml/mdrpi/RegistrationAuthorityPopulationStage.java
+++ b/aggregator-pipeline/src/main/java/net/shibboleth/metadata/dom/saml/mdrpi/RegistrationAuthorityPopulationStage.java
@@ -58,7 +58,7 @@ public class RegistrationAuthorityPopulationStage extends AbstractIteratingStage
                if (attr == null) {
                    final String eid = entity.getAttribute("entityID");
                    metadata.put(new ErrorStatus(getId(), "RegistrationInfo for " + eid +
-                           " did not have a RegistrationAuthority attribute"));
+                           " did not have a registrationAuthority attribute"));
                } else {
                    metadata.put(new RegistrationAuthority(attr));
                }

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


More information about the commits mailing list