[java-identity-provider] 01/04: CheckStyle
Rod Widdowson
rdw at steadingsoftware.com
Sat May 25 11:29:22 EDT 2019
This is an automated email from the git hooks/post-receive script.
rdw pushed a commit to branch master
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=52bef0ec05094df02476449d37e72d3dde38e32c
commit 52bef0ec05094df02476449d37e72d3dde38e32c
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Fri May 24 16:02:55 2019 +0100
CheckStyle
---
.../impl/MapRequestedAttributesInAttributeConsumingService.java | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/idp-saml-impl/src/main/java/net/shibboleth/idp/saml/saml2/profile/impl/MapRequestedAttributesInAttributeConsumingService.java b/idp-saml-impl/src/main/java/net/shibboleth/idp/saml/saml2/profile/impl/MapRequestedAttributesInAttributeConsumingService.java
index f35e222..fcbb462 100644
--- a/idp-saml-impl/src/main/java/net/shibboleth/idp/saml/saml2/profile/impl/MapRequestedAttributesInAttributeConsumingService.java
+++ b/idp-saml-impl/src/main/java/net/shibboleth/idp/saml/saml2/profile/impl/MapRequestedAttributesInAttributeConsumingService.java
@@ -115,8 +115,9 @@ public class MapRequestedAttributesInAttributeConsumingService extends AbstractP
return;
}
- if (acs.getRequestedAttributes().isEmpty() || acs.getObjectMetadata().containsKey(AttributesMapContainer.class) ||
- acs.getParent() != null) {
+ if (acs.getRequestedAttributes().isEmpty() ||
+ acs.getObjectMetadata().containsKey(AttributesMapContainer.class) ||
+ acs.getParent() != null) {
log.trace("{} Skipping decode of AttributeConsumingService", getLogPrefix());
// Nothing to map, already mapped, or attached to metadata (and hence already scanned)
return;
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list