[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
Wed Dec 17 07:03:52 EST 2014


Author: iay
Date: Wed Dec 17 07:03:51 2014
New Revision: 7135

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=7135&view=rev
Log:
Javadoc fixes.

Modified:
    trunk/idp-attribute-resolver-impl/src/main/java/net/shibboleth/idp/attribute/resolver/ad/impl/ScriptedAttributeDefinition.java

Modified: trunk/idp-attribute-resolver-impl/src/main/java/net/shibboleth/idp/attribute/resolver/ad/impl/ScriptedAttributeDefinition.java
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-attribute-resolver-impl/src/main/java/net/shibboleth/idp/attribute/resolver/ad/impl/ScriptedAttributeDefinition.java?rev=7135&r1=7134&r2=7135&view=diff
==============================================================================
--- trunk/idp-attribute-resolver-impl/src/main/java/net/shibboleth/idp/attribute/resolver/ad/impl/ScriptedAttributeDefinition.java (original)
+++ trunk/idp-attribute-resolver-impl/src/main/java/net/shibboleth/idp/attribute/resolver/ad/impl/ScriptedAttributeDefinition.java Wed Dec 17 07:03:51 2014
@@ -64,12 +64,12 @@
  * <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}
+ * script attribute is the ID of the {@link IdPAttribute} and its value is the {@link List} of {@link IdPAttributeValue}
  * for the attribute.</li>
  * </ul>
  * </p>
  * <p>
- * The evaluated script should populated the values of the newly constructed {@link IdPAttribute} mentioned above. No
+ * The evaluated script should populate the values of the newly constructed {@link IdPAttribute} mentioned above. No
  * other information from the script will be taken in to account.
  * </p>
  */



More information about the commits mailing list