[java-identity-provider COMMIT] /trunk/idp-attribute-filter-api/src/main/java/net/shibboleth/idp/attribute/filter/Pol...
noreply at shibboleth.net
noreply at shibboleth.net
Sat Jul 13 03:54:51 EDT 2013
Author: rdw
Date: Sat Jul 13 03:54:50 2013
New Revision: 4560
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=4560&view=rev
Log:
typo
Modified:
trunk/idp-attribute-filter-api/src/main/java/net/shibboleth/idp/attribute/filter/PolicyFromMatcherId.java
Modified: trunk/idp-attribute-filter-api/src/main/java/net/shibboleth/idp/attribute/filter/PolicyFromMatcherId.java
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-attribute-filter-api/src/main/java/net/shibboleth/idp/attribute/filter/PolicyFromMatcherId.java?rev=4560&r1=4559&r2=4560&view=diff
==============================================================================
--- trunk/idp-attribute-filter-api/src/main/java/net/shibboleth/idp/attribute/filter/PolicyFromMatcherId.java (original)
+++ trunk/idp-attribute-filter-api/src/main/java/net/shibboleth/idp/attribute/filter/PolicyFromMatcherId.java Sat Jul 13 03:54:50 2013
@@ -53,12 +53,12 @@
/**
* Constructor.
- * @param matchers the class we are bridging to
+ * @param matcher the class we are bridging to
* @param attribute the Id of the attribute in question.
*/
- public PolicyFromMatcherId(@Nonnull Matcher matchers, @Nonnull @NotEmpty String attribute) {
- super(matchers);
- theMatcher = matchers;
+ public PolicyFromMatcherId(@Nonnull Matcher matcher, @Nonnull @NotEmpty String attribute) {
+ super(matcher);
+ theMatcher = matcher;
attributeId = Constraint.isNotNull(StringSupport.trimOrNull(attribute), "attribute must not be null");
}
More information about the commits
mailing list