[java-identity-provider COMMIT] /trunk/idp-attribute-resolver-api/src/main/java/net/shibboleth/idp/attribute/resolver...
noreply at shibboleth.net
noreply at shibboleth.net
Wed Dec 17 06:57:25 EST 2014
Author: iay
Date: Wed Dec 17 06:57:25 2014
New Revision: 7134
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=7134&view=rev
Log:
Javadoc fixes.
Modified:
trunk/idp-attribute-resolver-api/src/main/java/net/shibboleth/idp/attribute/resolver/AbstractResolverPlugin.java
Modified: trunk/idp-attribute-resolver-api/src/main/java/net/shibboleth/idp/attribute/resolver/AbstractResolverPlugin.java
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-attribute-resolver-api/src/main/java/net/shibboleth/idp/attribute/resolver/AbstractResolverPlugin.java?rev=7134&r1=7133&r2=7134&view=diff
==============================================================================
--- trunk/idp-attribute-resolver-api/src/main/java/net/shibboleth/idp/attribute/resolver/AbstractResolverPlugin.java (original)
+++ trunk/idp-attribute-resolver-api/src/main/java/net/shibboleth/idp/attribute/resolver/AbstractResolverPlugin.java Wed Dec 17 06:57:25 2014
@@ -160,7 +160,7 @@
* <p>
* This method first checks to see if this plugin has been initialized and has not be destroyed. Then it checks if
* the plugins activation criterion has been met. Finally it delegates to
- * {@link #doResolve(AttributeResolutionContext)}. If an exception is thrown and
+ * {@link #doResolve(AttributeResolutionContext, AttributeResolverWorkContext)}. If an exception is thrown and
* {@link #isPropagateResolutionExceptions()} is false the exception is logged but not re-thrown, otherwise it is
* re-thrown.
* </p>
More information about the commits
mailing list