[java-identity-provider] branch master updated: Reword outdated comment

Rod Widdowson rdw at steadingsoftware.com
Mon Feb 25 09:47:25 EST 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=da84367068c04128238b2b3554caf814e5e901ae

The following commit(s) were added to refs/heads/master by this push:
       new  da84367   Reword outdated comment
da84367 is described below

commit da84367068c04128238b2b3554caf814e5e901ae
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Mon Feb 25 14:01:16 2019 +0000

    Reword outdated comment
---
 .../idp/attribute/resolver/dc/impl/PairwiseIdDataConnector.java      | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/idp-attribute-resolver-impl/src/main/java/net/shibboleth/idp/attribute/resolver/dc/impl/PairwiseIdDataConnector.java b/idp-attribute-resolver-impl/src/main/java/net/shibboleth/idp/attribute/resolver/dc/impl/PairwiseIdDataConnector.java
index 304173e..d54745c 100644
--- a/idp-attribute-resolver-impl/src/main/java/net/shibboleth/idp/attribute/resolver/dc/impl/PairwiseIdDataConnector.java
+++ b/idp-attribute-resolver-impl/src/main/java/net/shibboleth/idp/attribute/resolver/dc/impl/PairwiseIdDataConnector.java
@@ -171,8 +171,9 @@ public class PairwiseIdDataConnector extends AbstractDataConnector {
             throw new ComponentInitializationException("PairwiseIdStore cannot be null");
         }
         
-        // Set up the dependencies first. Then the initialize in the parent
-        // will correctly rehash the dependencies.
+        // Set up the dependencies before initializing the parent.
+        // This should not be needed and longer since we do not specify the sourceAttributeId
+        // as part of the Object's hash any more (since V4.0)
         doDependencyInformation();
         super.doInitialize();
 

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


More information about the commits mailing list