[java-identity-provider COMMIT] /trunk/idp-attribute-filter-api/src/main/java/net/shibboleth/idp/attribute/filtering/...

noreply at shibboleth.net noreply at shibboleth.net
Fri Oct 19 00:00:30 EDT 2012


Author: scantor
Date: Fri Oct 19 00:00:29 2012
New Revision: 4226

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=4226&view=rev
Log:
Typo in doc.

Modified:
    trunk/idp-attribute-filter-api/src/main/java/net/shibboleth/idp/attribute/filtering/AttributeValueMatcher.java

Modified: trunk/idp-attribute-filter-api/src/main/java/net/shibboleth/idp/attribute/filtering/AttributeValueMatcher.java
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-attribute-filter-api/src/main/java/net/shibboleth/idp/attribute/filtering/AttributeValueMatcher.java?rev=4226&r1=4225&r2=4226&view=diff
==============================================================================
--- trunk/idp-attribute-filter-api/src/main/java/net/shibboleth/idp/attribute/filtering/AttributeValueMatcher.java (original)
+++ trunk/idp-attribute-filter-api/src/main/java/net/shibboleth/idp/attribute/filtering/AttributeValueMatcher.java Fri Oct 19 00:00:29 2012
@@ -32,7 +32,7 @@
  * A function that gets the values of an attribute that meets this matchers requirements.
  * 
  * <p>
- * Implementations of this interface <strong>MUST</strong> implementation appropriate {@link Object#equals(Object)} and
+ * Implementations of this interface <strong>MUST</strong> implement appropriate {@link Object#equals(Object)} and
  * {@link Object#hashCode()} methods.
  * </p>
  */



More information about the commits mailing list