[java-identity-provider] branch maint-4 updated: Remove unused private method.

Scott Cantor cantor.2 at osu.edu
Wed Nov 16 00:26:23 UTC 2022


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

scantor pushed a commit to branch maint-4
in repository java-identity-provider.

View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=0687ed7d180fb4e697351135a96a331c721208ba

The following commit(s) were added to refs/heads/maint-4 by this push:
     new 0687ed7d1 Remove unused private method.
0687ed7d1 is described below

commit 0687ed7d180fb4e697351135a96a331c721208ba
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Nov 15 19:26:20 2022 -0500

    Remove unused private method.
---
 .../idp/attribute/resolver/PluginDependencySupport.java | 17 -----------------
 1 file changed, 17 deletions(-)

diff --git a/idp-attribute-resolver-api/src/main/java/net/shibboleth/idp/attribute/resolver/PluginDependencySupport.java b/idp-attribute-resolver-api/src/main/java/net/shibboleth/idp/attribute/resolver/PluginDependencySupport.java
index 8f6cef042..a15c1dc42 100644
--- a/idp-attribute-resolver-api/src/main/java/net/shibboleth/idp/attribute/resolver/PluginDependencySupport.java
+++ b/idp-attribute-resolver-api/src/main/java/net/shibboleth/idp/attribute/resolver/PluginDependencySupport.java
@@ -186,23 +186,6 @@ public final class PluginDependencySupport {
     }
     // Checkstyle: MethodLength|CyclomaticComplexity ON
 
-    /**
-     * Adds the values of the attributes to the target collection of attribute values indexes by attribute ID.
-     * 
-     * @param sources the source attributes
-     * @param target current set attribute values
-     */
-    @Nonnull private static void mergeAttributes(@Nonnull final Map<String, IdPAttribute> sources,
-            @Nullable final Map<String, List<IdPAttributeValue>> target) {
-        for (final IdPAttribute source : sources.values()) {
-            if (source == null) {
-                continue;
-            }
-
-            addAttribute(source, target);
-        }
-    }
-
     /**
      * Adds the values of the given attribute to the target collection of attribute values.
      * 

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


More information about the commits mailing list