[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
Thu May 1 15:28:25 EDT 2014
Author: scantor
Date: Thu May 1 15:28:25 2014
New Revision: 5817
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=5817&view=rev
Log:
Javadoc nit.
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=5817&r1=5816&r2=5817&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 Thu May 1 15:28:25 2014
@@ -32,11 +32,11 @@
/**
* A component that resolves the attributes for a particular subject.
*
- * <em>Note Well</em>This class is about <em>attribute resolution</em>, that is to say the summoning up of attributes in
- * response to the exigies of the provided context. It does <em>not</em> implement
- * {@link net.shibboleth.utilities.java.support.resolver.Resolver} which in about summoning up bits of generic data from
- * the configuration (usually the metadata) in response to specific
- * {@link net.shibboleth.utilities.java.support.resolver.Criterion}s.
+ * <p><em>Note Well</em>This class is about <em>attribute resolution</em>, that is to say the summoning
+ * up of attributes in response to the exigies of the provided context. It does <em>not</em> implement
+ * {@link net.shibboleth.utilities.java.support.resolver.Resolver} which is about summoning up bits of
+ * generic data from the configuration (e.g., metadata) in response to specific
+ * {@link net.shibboleth.utilities.java.support.resolver.Criterion}s.</p>
* */
@ThreadSafe
public interface AttributeResolver extends DestructableComponent, IdentifiedComponent, UnmodifiableComponent {
More information about the commits
mailing list