[java-oidc-common] branch dev/JCOMOIDC-66 updated: Fix unused method

Phil Smart philip.smart at jisc.ac.uk
Tue Apr 18 15:14:58 UTC 2023


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

philsmart pushed a commit to branch dev/JCOMOIDC-66
in repository java-oidc-common.

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

The following commit(s) were added to refs/heads/dev/JCOMOIDC-66 by this push:
     new e5749b8  Fix unused method
e5749b8 is described below

commit e5749b85908fcd07a3169ed0b46dad7d00731e5f
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Tue Apr 18 16:14:50 2023 +0100

    Fix unused method
---
 .../oauth2/config/impl/DefaultOAuth2TokenRevocationConfiguration.java    | 1 -
 1 file changed, 1 deletion(-)

diff --git a/oidc-common-profile-impl/src/main/java/net/shibboleth/oidc/profile/oauth2/config/impl/DefaultOAuth2TokenRevocationConfiguration.java b/oidc-common-profile-impl/src/main/java/net/shibboleth/oidc/profile/oauth2/config/impl/DefaultOAuth2TokenRevocationConfiguration.java
index af7aec7..8c3a9b1 100644
--- a/oidc-common-profile-impl/src/main/java/net/shibboleth/oidc/profile/oauth2/config/impl/DefaultOAuth2TokenRevocationConfiguration.java
+++ b/oidc-common-profile-impl/src/main/java/net/shibboleth/oidc/profile/oauth2/config/impl/DefaultOAuth2TokenRevocationConfiguration.java
@@ -26,7 +26,6 @@ import javax.annotation.Nullable;
 import org.opensaml.profile.context.ProfileRequestContext;
 
 import net.shibboleth.oidc.profile.oauth2.config.OAuth2TokenRevocationConfiguration;
-import net.shibboleth.oidc.profile.oauth2.config.OAuth2TokenRevocationConfiguration.OAuth2TokenRevocationMethod;
 import net.shibboleth.utilities.java.support.annotation.constraint.NotEmpty;
 import net.shibboleth.utilities.java.support.annotation.constraint.Positive;
 import net.shibboleth.utilities.java.support.logic.Constraint;

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


More information about the commits mailing list