[java-identity-provider COMMIT] /trunk/idp-attribute-resolver-spring/src/main/resources/schema/shibboleth-attribute-r...

noreply at shibboleth.net noreply at shibboleth.net
Wed Mar 12 18:55:08 EDT 2014


Author: scantor
Date: Wed Mar 12 18:55:08 2014
New Revision: 5562

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=5562&view=rev
Log:
Correct an annotation in the schema.

Modified:
    trunk/idp-attribute-resolver-spring/src/main/resources/schema/shibboleth-attribute-resolver-dc.xsd

Modified: trunk/idp-attribute-resolver-spring/src/main/resources/schema/shibboleth-attribute-resolver-dc.xsd
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-attribute-resolver-spring/src/main/resources/schema/shibboleth-attribute-resolver-dc.xsd?rev=5562&r1=5561&r2=5562&view=diff
==============================================================================
--- trunk/idp-attribute-resolver-spring/src/main/resources/schema/shibboleth-attribute-resolver-dc.xsd (original)
+++ trunk/idp-attribute-resolver-spring/src/main/resources/schema/shibboleth-attribute-resolver-dc.xsd Wed Mar 12 18:55:08 2014
@@ -55,7 +55,7 @@
                 <attribute name="generatedAttributeID" type="string">
                     <annotation>
                         <documentation>
-                            The name of the attribute which should be used to as input to the computed ID.
+                            The name of the attribute produced by this data connector.
                         </documentation>
                     </annotation>
                 </attribute>
@@ -113,7 +113,7 @@
                 <attribute name="generatedAttributeID" type="string">
                     <annotation>
                         <documentation>
-                            The name of the attribute which should be used to as input to the computed ID.
+                            The name of the attribute produced by this data connector.
                         </documentation>
                     </annotation>
                 </attribute>



More information about the commits mailing list