Browse Source

Fix Imports of OAuth2AccessTokenResponse

Issue: gh-5474
pull/5484/head
Rob Winch 8 years ago
parent
commit
73689ecfd7
  1. 1
      oauth2/oauth2-core/src/main/java/org/springframework/security/oauth2/core/endpoint/OAuth2AccessTokenResponse.java

1
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; @@ -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;

Loading…
Cancel
Save