[java-identity-provider] branch master updated: Remove a redundant line.
Scott Cantor
cantor.2 at osu.edu
Tue Sep 11 12:23:37 EDT 2018
This is an automated email from the git hooks/post-receive script.
scantor 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=385e4c14a8046a0f33c1e2a830ef198d83e1163d
The following commit(s) were added to refs/heads/master by this push:
new 385e4c1 Remove a redundant line.
385e4c1 is described below
commit 385e4c14a8046a0f33c1e2a830ef198d83e1163d
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Sep 11 12:23:35 2018 -0400
Remove a redundant line.
---
.../saml/attribute/resolver/impl/AbstractPersistentIdDataConnector.java | 1 -
1 file changed, 1 deletion(-)
diff --git a/idp-saml-impl/src/main/java/net/shibboleth/idp/saml/attribute/resolver/impl/AbstractPersistentIdDataConnector.java b/idp-saml-impl/src/main/java/net/shibboleth/idp/saml/attribute/resolver/impl/AbstractPersistentIdDataConnector.java
index 2e1f30a..031fdb0 100644
--- a/idp-saml-impl/src/main/java/net/shibboleth/idp/saml/attribute/resolver/impl/AbstractPersistentIdDataConnector.java
+++ b/idp-saml-impl/src/main/java/net/shibboleth/idp/saml/attribute/resolver/impl/AbstractPersistentIdDataConnector.java
@@ -194,7 +194,6 @@ public abstract class AbstractPersistentIdDataConnector extends AbstractDataConn
*/
@Nullable protected String resolveSourceAttribute(@Nonnull final AttributeResolverWorkContext workContext) {
ComponentSupport.ifNotInitializedThrowUninitializedComponentException(this);
- ComponentSupport.ifNotInitializedThrowUninitializedComponentException(this);
ComponentSupport.ifDestroyedThrowDestroyedComponentException(this);
final List<IdPAttributeValue<?>> attributeValues =
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list