[java-identity-provider COMMIT] /trunk/idp-attribute-resolver-api/src/main/java/net/shibboleth/idp/attribute/resolver...
noreply at shibboleth.net
noreply at shibboleth.net
Mon Jun 3 06:43:15 EDT 2013
Author: rdw
Date: Mon Jun 3 06:43:15 2013
New Revision: 4506
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=4506&view=rev
Log:
Checkstyle
Modified:
trunk/idp-attribute-resolver-api/src/main/java/net/shibboleth/idp/attribute/resolver/AttributeResolver.java
Modified: trunk/idp-attribute-resolver-api/src/main/java/net/shibboleth/idp/attribute/resolver/AttributeResolver.java
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-attribute-resolver-api/src/main/java/net/shibboleth/idp/attribute/resolver/AttributeResolver.java?rev=4506&r1=4505&r2=4506&view=diff
==============================================================================
--- trunk/idp-attribute-resolver-api/src/main/java/net/shibboleth/idp/attribute/resolver/AttributeResolver.java (original)
+++ trunk/idp-attribute-resolver-api/src/main/java/net/shibboleth/idp/attribute/resolver/AttributeResolver.java Mon Jun 3 06:43:15 2013
@@ -49,7 +49,8 @@
import com.google.common.collect.ImmutableMap;
//TODO(lajoie) perf metrics
-//TODO(lajoie) need to deal with thread safety issue where attribute definitions/data connectors might change in the midst of a resolution
+//TODO(lajoie) need to deal with thread safety issue
+// where attribute definitions/data connectors might change in the midst of a resolution
/** A component that resolves the attributes for a particular subject. */
@ThreadSafe
@@ -276,7 +277,7 @@
// TODO why would we record this?
} else {
log.debug("{} attribute definition {} produced an attribute with {} values", new Object[] {logPrefix,
- attributeId, resolvedAttribute.getValues().size()});
+ attributeId, resolvedAttribute.getValues().size(),});
}
resolutionContext.recordAttributeDefinitionResolution(definition, resolvedAttribute);
More information about the commits
mailing list