[java-metadata-aggregator] 01/04: Checkstyle: tabs
Ian Young
ian at iay.org.uk
Tue Apr 4 11:19:52 UTC 2023
This is an automated email from the git hooks/post-receive script.
iay pushed a commit to branch main
in repository java-metadata-aggregator.
View the commit online:
http://git.shibboleth.net/view/?p=java-metadata-aggregator.git;a=commit;h=db8609cb63c066bdb1aee548243b5d6b2b1f2dd7
commit db8609cb63c066bdb1aee548243b5d6b2b1f2dd7
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Tue Apr 4 09:37:06 2023 +0100
Checkstyle: tabs
---
.../metadata/dom/saml/EntityDescriptorItemIdPopulationStage.java | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/mda-framework/src/main/java/net/shibboleth/metadata/dom/saml/EntityDescriptorItemIdPopulationStage.java b/mda-framework/src/main/java/net/shibboleth/metadata/dom/saml/EntityDescriptorItemIdPopulationStage.java
index 735c865..dced446 100644
--- a/mda-framework/src/main/java/net/shibboleth/metadata/dom/saml/EntityDescriptorItemIdPopulationStage.java
+++ b/mda-framework/src/main/java/net/shibboleth/metadata/dom/saml/EntityDescriptorItemIdPopulationStage.java
@@ -55,9 +55,9 @@ public class EntityDescriptorItemIdPopulationStage extends AbstractIteratingStag
if (SAMLMetadataSupport.isEntityDescriptor(metadataElement)) {
final String entityId = StringSupport.trimOrNull(
- AttributeSupport.getAttributeValue(metadataElement, null, "entityID"));
+ AttributeSupport.getAttributeValue(metadataElement, null, "entityID"));
if (entityId != null) {
- item.getItemMetadata().put(new ItemId(entityId));
+ item.getItemMetadata().put(new ItemId(entityId));
}
}
}
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list