[java-identity-provider] branch main updated: Fix javadoc.
Scott Cantor
cantor.2 at osu.edu
Tue Dec 14 01:14:41 UTC 2021
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch main
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=7852c673d7447dddbc3f1e6f0305cea983fd72a7
The following commit(s) were added to refs/heads/main by this push:
new 7852c673d Fix javadoc.
7852c673d is described below
commit 7852c673d7447dddbc3f1e6f0305cea983fd72a7
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Dec 13 20:14:38 2021 -0500
Fix javadoc.
---
.../java/net/shibboleth/idp/authn/context/UsernamePasswordContext.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/idp-authn-api/src/main/java/net/shibboleth/idp/authn/context/UsernamePasswordContext.java b/idp-authn-api/src/main/java/net/shibboleth/idp/authn/context/UsernamePasswordContext.java
index 817030eb6..de647f02e 100644
--- a/idp-authn-api/src/main/java/net/shibboleth/idp/authn/context/UsernamePasswordContext.java
+++ b/idp-authn-api/src/main/java/net/shibboleth/idp/authn/context/UsernamePasswordContext.java
@@ -74,7 +74,7 @@ public final class UsernamePasswordContext extends BaseContext {
}
/**
- * Sets the username and resets the transformed version to be identical.
+ * Sets the transformed username.
*
* @param name the username
*
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list