remove unused import

This commit is contained in:
ard333
2018-09-04 11:55:43 +07:00
parent 7fabe11f67
commit 01c403a549

View File

@@ -3,7 +3,6 @@ package com.ard333.springbootwebfluxjjwt.service;
import com.ard333.springbootwebfluxjjwt.model.User;
import com.ard333.springbootwebfluxjjwt.security.model.Role;
import java.util.Arrays;
import org.springframework.security.core.userdetails.UserDetails;
import org.springframework.stereotype.Service;
import reactor.core.publisher.Mono;