[java-shib-attribute] 02/03: Typo in log message

Rod Widdowson rdw at steadingsoftware.com
Fri Apr 18 14:02:33 UTC 2025


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

rdw pushed a commit to branch main
in repository java-shib-attribute.

View the commit online:
http://git.shibboleth.net/view/?p=java-shib-attribute.git;a=commit;h=1617a627991212f2991cad25fdcd91f569e13f2d

commit 1617a627991212f2991cad25fdcd91f569e13f2d
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Fri Apr 18 14:54:54 2025 +0100

    Typo in log message
---
 .../net/shibboleth/idp/attribute/filter/impl/AttributeFilterImpl.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/shib-attribute-filter-impl/src/main/java/net/shibboleth/idp/attribute/filter/impl/AttributeFilterImpl.java b/shib-attribute-filter-impl/src/main/java/net/shibboleth/idp/attribute/filter/impl/AttributeFilterImpl.java
index 131fb304b..8def4a0ef 100644
--- a/shib-attribute-filter-impl/src/main/java/net/shibboleth/idp/attribute/filter/impl/AttributeFilterImpl.java
+++ b/shib-attribute-filter-impl/src/main/java/net/shibboleth/idp/attribute/filter/impl/AttributeFilterImpl.java
@@ -60,7 +60,7 @@ public class AttributeFilterImpl extends AbstractIdentifiableInitializableCompon
 
     /** Log prefix. */
     @Nullable private String logPrefix;
-
+    
     /** Strategy to get the {@link MetricContext} for timing. */
     @Nonnull private Function<AttributeFilterContext,MetricContext> metricContextLookupStrategy;
 
@@ -132,7 +132,7 @@ public class AttributeFilterImpl extends AbstractIdentifiableInitializableCompon
                     } else {
                         final List<IdPAttributeValue> values = entry.getValue().getValues();
                         if (values.isEmpty()) {
-                            log.debug("{} Attribute {} had no valuues", getLogPrefix(), entry.getKey());
+                            log.debug("{} Attribute {} had no values", getLogPrefix(), entry.getKey());
                         } else {
                             log.debug("{} Adding {} values for attribute '{}'", getLogPrefix(), values.size(),
                                     entry.getKey());

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


More information about the commits mailing list