remove unused import
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
package com.ard333.springbootwebfluxjjwt.security;
|
||||
|
||||
import com.ard333.springbootwebfluxjjwt.security.model.Role;
|
||||
import io.jsonwebtoken.Claims;
|
||||
import org.springframework.beans.factory.annotation.Autowired;
|
||||
import org.springframework.security.authentication.ReactiveAuthenticationManager;
|
||||
@@ -12,7 +11,6 @@ import org.springframework.stereotype.Component;
|
||||
import reactor.core.publisher.Mono;
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
import java.util.stream.Collectors;
|
||||
|
||||
/**
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user