[java-identity-provider COMMIT] /trunk/idp-profile-spring/src/main/java/net/shibboleth/idp/profile/spring/relyingpart...
noreply at shibboleth.net
noreply at shibboleth.net
Thu Jul 10 10:17:35 EDT 2014
Author: iay
Date: Thu Jul 10 10:17:35 2014
New Revision: 6267
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=6267&view=rev
Log:
Javadoc fix.
Modified:
trunk/idp-profile-spring/src/main/java/net/shibboleth/idp/profile/spring/relyingparty/security/trustengine/ChainingSignatureTrustEngineFactory.java
Modified: trunk/idp-profile-spring/src/main/java/net/shibboleth/idp/profile/spring/relyingparty/security/trustengine/ChainingSignatureTrustEngineFactory.java
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-profile-spring/src/main/java/net/shibboleth/idp/profile/spring/relyingparty/security/trustengine/ChainingSignatureTrustEngineFactory.java?rev=6267&r1=6266&r2=6267&view=diff
==============================================================================
--- trunk/idp-profile-spring/src/main/java/net/shibboleth/idp/profile/spring/relyingparty/security/trustengine/ChainingSignatureTrustEngineFactory.java (original)
+++ trunk/idp-profile-spring/src/main/java/net/shibboleth/idp/profile/spring/relyingparty/security/trustengine/ChainingSignatureTrustEngineFactory.java Thu Jul 10 10:17:35 2014
@@ -29,11 +29,10 @@
import org.springframework.beans.factory.config.AbstractFactoryBean;
/**
- * Factory bean for {@list ChainingSignatureTrustEngine}. This finesses the issue that some parsers
+ * Factory bean for {@link ChainingSignatureTrustEngine}. This finesses the issue that some parsers
* are not supported and return a bean of type object and these cannot be injected into the trust engine.
* This factory just filters the unsupported engines out. A warning has been issued at point of parse
* so no further logging is required.
- *
*/
public class ChainingSignatureTrustEngineFactory extends AbstractFactoryBean<ChainingSignatureTrustEngine> {
More information about the commits
mailing list