[java-identity-provider COMMIT] /trunk/idp-attribute-resolver-impl/src/main/java/net/shibboleth/idp/attribute/resolve...
noreply at shibboleth.net
noreply at shibboleth.net
Sun Nov 17 12:07:40 EST 2013
Author: rdw
Date: Sun Nov 17 12:07:40 2013
New Revision: 4950
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=4950&view=rev
Log:
Checkstyle - line length
Modified:
trunk/idp-attribute-resolver-impl/src/main/java/net/shibboleth/idp/attribute/resolver/impl/ad/ScriptedAttributeDefinition.java
Modified: trunk/idp-attribute-resolver-impl/src/main/java/net/shibboleth/idp/attribute/resolver/impl/ad/ScriptedAttributeDefinition.java
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-attribute-resolver-impl/src/main/java/net/shibboleth/idp/attribute/resolver/impl/ad/ScriptedAttributeDefinition.java?rev=4950&r1=4949&r2=4950&view=diff
==============================================================================
--- trunk/idp-attribute-resolver-impl/src/main/java/net/shibboleth/idp/attribute/resolver/impl/ad/ScriptedAttributeDefinition.java (original)
+++ trunk/idp-attribute-resolver-impl/src/main/java/net/shibboleth/idp/attribute/resolver/impl/ad/ScriptedAttributeDefinition.java Sun Nov 17 12:07:40 2013
@@ -46,8 +46,8 @@
import edu.internet2.middleware.shibboleth.common.attribute.provider.V2SAMLProfileRequestContext;
/**
- * An {@link net.shibboleth.idp.attribute.resolver.AttributeDefinition} that executes a script in order to populate
- * the values of the generated attribute.
+ * An {@link net.shibboleth.idp.attribute.resolver.AttributeDefinition} that executes a script in order to populate the
+ * values of the generated attribute.
*
* <p>
* The evaluated script has access to the following information:
@@ -57,8 +57,8 @@
* <li>A script attribute whose name is <code>context</code> and whose value is the current
* {@link AttributeResolutionContext}</li>
* <li>A script attribute for every attribute produced by the dependencies of this attribute definition. The name of the
- * script attribute is the ID of the {@link IdPAttribute} and its value is the {@link Set} of {@link IdPAttributeValue} for
- * the attribute.</li>
+ * script attribute is the ID of the {@link IdPAttribute} and its value is the {@link Set} of
+ * {@link IdPAttributeValue} for the attribute.</li>
* </ul>
* </p>
* <p>
More information about the commits
mailing list