[java-identity-provider COMMIT] /trunk/idp-attribute-resolver-spring/src/main/java/net/shibboleth/idp/attribute/resol...
noreply at shibboleth.net
noreply at shibboleth.net
Wed Dec 17 11:18:24 EST 2014
Author: rdw
Date: Wed Dec 17 11:18:23 2014
New Revision: 7146
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=7146&view=rev
Log:
Typo. Thanks Ian!
Modified:
trunk/idp-attribute-resolver-spring/src/main/java/net/shibboleth/idp/attribute/resolver/spring/AttributeResolverParser.java
Modified: trunk/idp-attribute-resolver-spring/src/main/java/net/shibboleth/idp/attribute/resolver/spring/AttributeResolverParser.java
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-attribute-resolver-spring/src/main/java/net/shibboleth/idp/attribute/resolver/spring/AttributeResolverParser.java?rev=7146&r1=7145&r2=7146&view=diff
==============================================================================
--- trunk/idp-attribute-resolver-spring/src/main/java/net/shibboleth/idp/attribute/resolver/spring/AttributeResolverParser.java (original)
+++ trunk/idp-attribute-resolver-spring/src/main/java/net/shibboleth/idp/attribute/resolver/spring/AttributeResolverParser.java Wed Dec 17 11:18:23 2014
@@ -39,7 +39,7 @@
* {@link net.shibboleth.idp.attribute.resolver.AttributeDefinition},
* {@link net.shibboleth.idp.attribute.resolver.DataConnector} and
* {@link net.shibboleth.idp.saml.attribute.principalconnector.impl.PrincipalConnector} beans are sucked out of Spring
- * by type and injected into a new {@link net.shibboleth.idp.attribute.filter.impl.AttributeFilterImpl} via a
+ * by type and injected into a new {@link net.shibboleth.idp.attribute.resolver.impl.AttributeResolverImpl} via a
* {@link AttributeResolverServiceStrategy}.
*/
public class AttributeResolverParser implements BeanDefinitionParser {
More information about the commits
mailing list