[java-plugin-shibd] branch main updated: Fix setter name.
Codeberg
noreply at shibboleth.net
Mon Mar 9 23:21:45 UTC 2026
This is an automated email from the git hooks/post-receive script.
codeberg pushed a commit to branch main
in repository java-plugin-shibd.
View the commit online:
https://codeberg.org/Shibboleth/java-plugin-shibd/commit/668192db1d0c9b3321d1e20bbf2b4df47771b7ee
The following commit(s) were added to refs/heads/main by this push:
new 668192d Fix setter name.
668192d is described below
commit 668192db1d0c9b3321d1e20bbf2b4df47771b7ee
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Mar 9 19:21:31 2026 -0400
Fix setter name.
---
sp-server-impl/src/main/java/net/shibboleth/sp/impl/BasicAgent.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sp-server-impl/src/main/java/net/shibboleth/sp/impl/BasicAgent.java b/sp-server-impl/src/main/java/net/shibboleth/sp/impl/BasicAgent.java
index 409e165..4240b55 100644
--- a/sp-server-impl/src/main/java/net/shibboleth/sp/impl/BasicAgent.java
+++ b/sp-server-impl/src/main/java/net/shibboleth/sp/impl/BasicAgent.java
@@ -242,7 +242,7 @@ public class BasicAgent extends BasicApplication implements Agent {
*
* @param name name of encoding
*/
- public void CharacterEncoding(@Nonnull final String name) {
+ public void setCharacterEncoding(@Nonnull final String name) {
encoding = Charset.forName(name);
}
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list