Remove unused imports

This commit is contained in:
Denis Natusch 2024-01-15 00:17:33 +01:00
parent fd76f700c9
commit 073600a92c
No known key found for this signature in database
GPG key ID: 5E57BD8EDACFA985
3 changed files with 0 additions and 4 deletions

View file

@ -9,7 +9,6 @@ import jakarta.persistence.OneToOne;
import java.util.Objects;
import org.salespointframework.core.AbstractAggregateRoot;
import org.salespointframework.useraccount.Role;
import org.salespointframework.useraccount.UserAccount;

View file

@ -17,7 +17,6 @@ import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.InitBinder;
import org.springframework.web.bind.annotation.PathVariable;
import org.springframework.web.bind.annotation.PostMapping;
import org.springframework.web.bind.annotation.RequestParam;
import jakarta.validation.Valid;

View file

@ -4,8 +4,6 @@ package catering.users;
import static org.assertj.core.api.Assertions.assertThat;
import java.util.Objects;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Test;
import org.springframework.beans.factory.annotation.Autowired;