[java-identity-provider] 04/16: Javadoc typo.

Scott Cantor cantor.2 at osu.edu
Tue Sep 26 12:41:14 EDT 2017


This is an automated email from the git hooks/post-receive script.

scantor pushed a commit to branch maint-3.3
in repository java-identity-provider.

View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=c586414b7f1137d737ce2f250f6ae31856e1a180

commit c586414b7f1137d737ce2f250f6ae31856e1a180
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Apr 12 15:26:16 2017 -0400

    Javadoc typo.
---
 .../resolver/ad/impl/SubjectDerivedAttributeValuesFunction.java         | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/idp-attribute-resolver-impl/src/main/java/net/shibboleth/idp/attribute/resolver/ad/impl/SubjectDerivedAttributeValuesFunction.java b/idp-attribute-resolver-impl/src/main/java/net/shibboleth/idp/attribute/resolver/ad/impl/SubjectDerivedAttributeValuesFunction.java
index 955bc5b..6177947 100644
--- a/idp-attribute-resolver-impl/src/main/java/net/shibboleth/idp/attribute/resolver/ad/impl/SubjectDerivedAttributeValuesFunction.java
+++ b/idp-attribute-resolver-impl/src/main/java/net/shibboleth/idp/attribute/resolver/ad/impl/SubjectDerivedAttributeValuesFunction.java
@@ -41,7 +41,7 @@ import com.google.common.base.Function;
 
 /**
  * A Function which returns {@link IdPAttributeValue}s derived from the {@link java.security.Principal}s
- * associated with the request.  The precise values are determined by an injected {@link Functio 
+ * associated with the request.  The precise values are determined by an injected {@link Function}.
  */
 public class SubjectDerivedAttributeValuesFunction extends AbstractIdentifiableInitializableComponent implements
         Function<ProfileRequestContext, List<IdPAttributeValue<?>>> {

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list