[java-shib-attribute] branch main updated: JSATTR-13 - Javadoc bug

Scott Cantor cantor.2 at osu.edu
Tue May 9 15:13:47 UTC 2023


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

scantor pushed a commit to branch main
in repository java-shib-attribute.

View the commit online:
http://git.shibboleth.net/view/?p=java-shib-attribute.git;a=commit;h=0d6237019fa3d0e6627468cb5c7b4dbc48cafa7e

The following commit(s) were added to refs/heads/main by this push:
     new 0d6237019 JSATTR-13 - Javadoc bug
0d6237019 is described below

commit 0d6237019fa3d0e6627468cb5c7b4dbc48cafa7e
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue May 9 11:13:22 2023 -0400

    JSATTR-13 - Javadoc bug
    
    https://shibboleth.atlassian.net/browse/JSATTR-13
---
 .../attribute/resolver/context/AttributeResolutionContext.java    | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/shib-attribute-resolver-api/src/main/java/net/shibboleth/idp/attribute/resolver/context/AttributeResolutionContext.java b/shib-attribute-resolver-api/src/main/java/net/shibboleth/idp/attribute/resolver/context/AttributeResolutionContext.java
index 5221b5ef3..ae507c926 100644
--- a/shib-attribute-resolver-api/src/main/java/net/shibboleth/idp/attribute/resolver/context/AttributeResolutionContext.java
+++ b/shib-attribute-resolver-api/src/main/java/net/shibboleth/idp/attribute/resolver/context/AttributeResolutionContext.java
@@ -247,18 +247,18 @@ public final class AttributeResolutionContext extends BaseContext {
     }
 
     /**
-     * Set the principal associated with this resolution.
+     * Get the principal associated with this resolution.
      * 
-     * @return Returns the principal.
+     * @return the principal
      */
     @Nullable public String getPrincipal() {
         return principal;
     }
 
     /**
-     * Get the principal associated with this resolution.
+     * Set the principal associated with this resolution.
      * 
-     * @param who the principal to set.
+     * @param who the principal to set
      * 
      * @return this context
      */

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


More information about the commits mailing list