[java-plugin-shibd] branch main updated: Minor typo

Codeberg noreply at shibboleth.net
Fri Feb 6 13:38:43 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/89a593baf7050923e399fc44cdd07dc73361ef44

The following commit(s) were added to refs/heads/main by this push:
     new 89a593b  Minor typo
89a593b is described below

commit 89a593baf7050923e399fc44cdd07dc73361ef44
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Fri Feb 6 13:38:27 2026 +0000

    Minor typo
---
 .../src/main/java/net/shibboleth/sp/impl/BasicApplication.java        | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sp-server-impl/src/main/java/net/shibboleth/sp/impl/BasicApplication.java b/sp-server-impl/src/main/java/net/shibboleth/sp/impl/BasicApplication.java
index 156eb84..cb9b753 100644
--- a/sp-server-impl/src/main/java/net/shibboleth/sp/impl/BasicApplication.java
+++ b/sp-server-impl/src/main/java/net/shibboleth/sp/impl/BasicApplication.java
@@ -458,7 +458,7 @@ public class BasicApplication extends BasicRelyingPartyConfiguration implements
      * 
      * @param services service information to override
      */
-    public void setPeotocolSupportServices(@Nullable final Collection<ProtocolSupportService> services) {
+    public void setProtocolSupportServices(@Nullable final Collection<ProtocolSupportService> services) {
         checkSetterPreconditions();
         
         if (services != null) {
@@ -800,4 +800,4 @@ public class BasicApplication extends BasicRelyingPartyConfiguration implements
         relyingPartyResolver.setEncryptionCredentials(credentials);
     }
     
-}
\ No newline at end of file
+}

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


More information about the commits mailing list