From 73689ecfd7c53a3882ca0d93b5f9fbc233474458 Mon Sep 17 00:00:00 2001 From: Rob Winch Date: Mon, 2 Jul 2018 15:46:33 -0500 Subject: [PATCH] Fix Imports of OAuth2AccessTokenResponse Issue: gh-5474 --- .../security/oauth2/core/endpoint/OAuth2AccessTokenResponse.java | 1 - 1 file changed, 1 deletion(-) diff --git a/oauth2/oauth2-core/src/main/java/org/springframework/security/oauth2/core/endpoint/OAuth2AccessTokenResponse.java b/oauth2/oauth2-core/src/main/java/org/springframework/security/oauth2/core/endpoint/OAuth2AccessTokenResponse.java index 29af067631..38cdbbbc6a 100644 --- a/oauth2/oauth2-core/src/main/java/org/springframework/security/oauth2/core/endpoint/OAuth2AccessTokenResponse.java +++ b/oauth2/oauth2-core/src/main/java/org/springframework/security/oauth2/core/endpoint/OAuth2AccessTokenResponse.java @@ -21,7 +21,6 @@ import org.springframework.security.oauth2.core.OAuth2RefreshToken; import org.springframework.util.CollectionUtils; import org.springframework.util.StringUtils; -import java.time.Duration; import java.time.Instant; import java.util.Collections; import java.util.Map;