Skip to content

Commit

Permalink
chore: Order imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Javier Martínez Flores committed Dec 4, 2024
1 parent 27db7e3 commit 461f1fb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
import java.util.Set;
import lombok.RequiredArgsConstructor;
import lombok.extern.log4j.Log4j2;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.beans.factory.ObjectFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.core.convert.converter.Converter;
import org.springframework.security.authentication.BadCredentialsException;
import org.springframework.security.core.GrantedAuthority;
Expand Down

0 comments on commit 461f1fb

Please sign in to comment.