[java-opensaml COMMIT] /trunk/opensaml-saml-impl/src/main/java/org/opensaml/saml/metadata/resolver/filter/impl/BasicD...

noreply at shibboleth.net noreply at shibboleth.net
Thu Nov 20 16:26:00 EST 2014


Author: putmanb
Date: Thu Nov 20 16:26:00 2014
New Revision: 4162

URL: http://svn.shibboleth.net/view/java-opensaml?rev=4162&view=rev
Log:
Fix Javadoc cut-n-paste typo.

Modified:
    trunk/opensaml-saml-impl/src/main/java/org/opensaml/saml/metadata/resolver/filter/impl/BasicDynamicTrustedNamesStrategy.java

Modified: trunk/opensaml-saml-impl/src/main/java/org/opensaml/saml/metadata/resolver/filter/impl/BasicDynamicTrustedNamesStrategy.java
URL: http://svn.shibboleth.net/view/java-opensaml/trunk/opensaml-saml-impl/src/main/java/org/opensaml/saml/metadata/resolver/filter/impl/BasicDynamicTrustedNamesStrategy.java?rev=4162&r1=4161&r2=4162&view=diff
==============================================================================
--- trunk/opensaml-saml-impl/src/main/java/org/opensaml/saml/metadata/resolver/filter/impl/BasicDynamicTrustedNamesStrategy.java (original)
+++ trunk/opensaml-saml-impl/src/main/java/org/opensaml/saml/metadata/resolver/filter/impl/BasicDynamicTrustedNamesStrategy.java Thu Nov 20 16:26:00 2014
@@ -45,7 +45,7 @@
  * <li><code>EntitiesDescriptor</code>: the <code>Name</code> attribute</li> 
  * <li><code>RoleDescriptor</code>: the <code>entityID</code> attribute of the parent 
  *     <code>EntityDescriptor</code></li> 
- * <li><code>RoleDescriptor</code>: 1) the <code>affiliationOwnerID</code> attribute and 
+ * <li><code>AffiliationDescriptor</code>: 1) the <code>affiliationOwnerID</code> attribute and 
  *     2) the <code>entityID</code> attribute of the parent <code>EntityDescriptor</code></li> 
  * </ul>
  * </p>



More information about the commits mailing list