[java-oidc-common] branch main updated: Fixed a typo in the method name.

Henri Mikkonen henri.mikkonen at iki.fi
Thu Jan 5 13:07:50 UTC 2023


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

hjmikkon pushed a commit to branch main
in repository java-oidc-common.

View the commit online:
http://git.shibboleth.net/view/?p=java-oidc-common.git;a=commit;h=f711439df4280b460789c19c88205d4c7dbeb2d5

The following commit(s) were added to refs/heads/main by this push:
     new f711439  Fixed a typo in the method name.
f711439 is described below

commit f711439df4280b460789c19c88205d4c7dbeb2d5
Author: Henri Mikkonen <henri.mikkonen at iki.fi>
AuthorDate: Thu Jan 5 15:07:43 2023 +0200

    Fixed a typo in the method name.
---
 .../net/shibboleth/oidc/profile/config/OIDCSecurityConfiguration.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/oidc-common-profile-api/src/main/java/net/shibboleth/oidc/profile/config/OIDCSecurityConfiguration.java b/oidc-common-profile-api/src/main/java/net/shibboleth/oidc/profile/config/OIDCSecurityConfiguration.java
index f7cece0..261af95 100644
--- a/oidc-common-profile-api/src/main/java/net/shibboleth/oidc/profile/config/OIDCSecurityConfiguration.java
+++ b/oidc-common-profile-api/src/main/java/net/shibboleth/oidc/profile/config/OIDCSecurityConfiguration.java
@@ -169,7 +169,7 @@ public class OIDCSecurityConfiguration extends SecurityConfiguration {
      * 
      * @param config configuration used when encrypting JWE tokens, or null
      */
-    public void setjwtEncryptionConfiguration(@Nullable final JWTEncryptionConfiguration config) {
+    public void setJwtEncryptionConfiguration(@Nullable final JWTEncryptionConfiguration config) {
         jwtEncryptConfig = config;
     }
     

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


More information about the commits mailing list