[java-oidc-common] branch main updated: Checkstyle fixes.

Henri Mikkonen henri.mikkonen at iki.fi
Wed Jun 29 14:36:10 UTC 2022


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=3bbafa5a43ba8e8a9ee19e6b29f2abd92ed5c9dd

The following commit(s) were added to refs/heads/main by this push:
     new 3bbafa5  Checkstyle fixes.
3bbafa5 is described below

commit 3bbafa5a43ba8e8a9ee19e6b29f2abd92ed5c9dd
Author: Henri Mikkonen <henri.mikkonen at iki.fi>
AuthorDate: Wed Jun 29 17:35:59 2022 +0300

    Checkstyle fixes.
---
 .../shibboleth/oidc/profile/config/OIDCAuthorizationConfiguration.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/oidc-common-profile-api/src/main/java/net/shibboleth/oidc/profile/config/OIDCAuthorizationConfiguration.java b/oidc-common-profile-api/src/main/java/net/shibboleth/oidc/profile/config/OIDCAuthorizationConfiguration.java
index e6d5aaa..2cd8231 100644
--- a/oidc-common-profile-api/src/main/java/net/shibboleth/oidc/profile/config/OIDCAuthorizationConfiguration.java
+++ b/oidc-common-profile-api/src/main/java/net/shibboleth/oidc/profile/config/OIDCAuthorizationConfiguration.java
@@ -264,7 +264,7 @@ public class OIDCAuthorizationConfiguration extends AbstractOIDCSSOConfiguration
      * @param strategy the strategy to set.
      */
     public void setHttpRequestMethodLookupStrategy(
-            @Nonnull Function<ProfileRequestContext, OIDCHttpRequestMethod> strategy) {
+            @Nonnull final Function<ProfileRequestContext, OIDCHttpRequestMethod> strategy) {
         httpRequestMethodLookupStrategy = 
                 Constraint.isNotNull(strategy, "HTTP request method strategy can not be null");
     }

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


More information about the commits mailing list