[java-identity-provider] branch master updated: Javadoc nit.
Scott Cantor
cantor.2 at osu.edu
Mon Jun 3 20:49:28 EDT 2019
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch master
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=cd9d51004422b1c1f13a9f3bba1fabb4177cfc3a
The following commit(s) were added to refs/heads/master by this push:
new cd9d510 Javadoc nit.
cd9d510 is described below
commit cd9d51004422b1c1f13a9f3bba1fabb4177cfc3a
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Jun 3 20:49:23 2019 -0400
Javadoc nit.
---
.../java/net/shibboleth/idp/authn/principal/IdPAttributePrincipal.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/idp-authn-api/src/main/java/net/shibboleth/idp/authn/principal/IdPAttributePrincipal.java b/idp-authn-api/src/main/java/net/shibboleth/idp/authn/principal/IdPAttributePrincipal.java
index a299344..4829f6f 100644
--- a/idp-authn-api/src/main/java/net/shibboleth/idp/authn/principal/IdPAttributePrincipal.java
+++ b/idp-authn-api/src/main/java/net/shibboleth/idp/authn/principal/IdPAttributePrincipal.java
@@ -31,7 +31,7 @@ import com.google.common.base.MoreObjects;
/** Principal that wraps an {@link IdPAttribute}. */
public class IdPAttributePrincipal implements Principal {
- /** The attributes. */
+ /** The wrapped attribute. */
@Nonnull private IdPAttribute attribute;
/**
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list