[java-identity-provider COMMIT] /trunk/idp-saml-impl/src/main/java/net/shibboleth/idp/saml/metadata/impl/AttributeMap...

noreply at shibboleth.net noreply at shibboleth.net
Tue Sep 15 14:48:52 EDT 2015


Author: tzeller
Date: Tue Sep 15 14:48:52 2015
New Revision: 7753

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=7753&view=rev
Log:
Typos.

Modified:
    trunk/idp-saml-impl/src/main/java/net/shibboleth/idp/saml/metadata/impl/AttributeMappingNodeProcessor.java

Modified: trunk/idp-saml-impl/src/main/java/net/shibboleth/idp/saml/metadata/impl/AttributeMappingNodeProcessor.java
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-saml-impl/src/main/java/net/shibboleth/idp/saml/metadata/impl/AttributeMappingNodeProcessor.java?rev=7753&r1=7752&r2=7753&view=diff
==============================================================================
--- trunk/idp-saml-impl/src/main/java/net/shibboleth/idp/saml/metadata/impl/AttributeMappingNodeProcessor.java	(original)
+++ trunk/idp-saml-impl/src/main/java/net/shibboleth/idp/saml/metadata/impl/AttributeMappingNodeProcessor.java	Tue Sep 15 14:48:52 2015
@@ -51,7 +51,7 @@
 import com.google.common.collect.Multimap;
 
 /**
- * An implementation of {@link MetadataNodeProcessor} which extracts {@link IdPRequestedAttribute}s from and
+ * An implementation of {@link MetadataNodeProcessor} which extracts {@link IdPRequestedAttribute}s from any
  * {@link AttributeConsumingService} we find and {@link IdPAttribute}s from any {@link EntityDescriptor} that we find.
  */
 @NotThreadSafe
@@ -202,7 +202,7 @@
     }
 
     /**
-     * look inside the {@link EntityDescriptor} for entities Attributes and map them.
+     * Look inside the {@link EntityDescriptor} for entities Attributes and map them.
      * 
      * @param entity the entity
      */



More information about the commits mailing list