[java-opensaml COMMIT] /trunk/opensaml-saml-api/src/main/java/org/opensaml/saml/common/profile/logic/EntityAttributes...
noreply at shibboleth.net
noreply at shibboleth.net
Mon Sep 22 21:49:21 EDT 2014
Author: scantor
Date: Mon Sep 22 21:49:16 2014
New Revision: 4046
URL: http://svn.shibboleth.net/view/java-opensaml?rev=4046&view=rev
Log:
Fix log message.
Modified:
trunk/opensaml-saml-api/src/main/java/org/opensaml/saml/common/profile/logic/EntityAttributesPredicate.java
Modified: trunk/opensaml-saml-api/src/main/java/org/opensaml/saml/common/profile/logic/EntityAttributesPredicate.java
URL: http://svn.shibboleth.net/view/java-opensaml/trunk/opensaml-saml-api/src/main/java/org/opensaml/saml/common/profile/logic/EntityAttributesPredicate.java?rev=4046&r1=4045&r2=4046&view=diff
==============================================================================
--- trunk/opensaml-saml-api/src/main/java/org/opensaml/saml/common/profile/logic/EntityAttributesPredicate.java (original)
+++ trunk/opensaml-saml-api/src/main/java/org/opensaml/saml/common/profile/logic/EntityAttributesPredicate.java Mon Sep 22 21:49:16 2014
@@ -207,7 +207,7 @@
* @param vals the exact values to match
*/
public void setValues(@Nonnull @NonnullElements final Collection<String> vals) {
- Constraint.isNotNull(vals, "Values collection cannoe be null");
+ Constraint.isNotNull(vals, "Values collection cannot be null");
values = Lists.newArrayListWithExpectedSize(vals.size());
for (final String value : vals) {
if (value != null) {
More information about the commits
mailing list