remove unused import

This commit is contained in:
Ardiansyah
2020-05-04 17:31:37 +07:00
parent 84ee871997
commit 1954cfbdf5

View File

@@ -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;
/**
*