feat(project): Delete project (SCRUM-35) #29

Merged
jank merged 8 commits from feature/remove-project into main 2024-10-02 09:43:10 +00:00
Showing only changes of commit 94fad947da - Show all commits

refactor: remove unused import in RemoveProjectAction.java
All checks were successful
Quality Check / Tests (pull_request) Successful in 59s
Quality Check / Checkstyle Main (pull_request) Successful in 46s
Build PR / Build and analyze (pull_request) Successful in 1m56s
gitea-sonarqube-bot OK

Jan K9f 2024-10-02 11:34:03 +02:00
Signed by: jank
GPG key ID: B267751B8AE29EFE

View file

@ -1,7 +1,6 @@
package de.szut.lf8_starter.project.action;
import de.szut.lf8_starter.project.ProjectEntity;
import de.szut.lf8_starter.project.ProjectMapper;
import de.szut.lf8_starter.project.ProjectService;
import de.szut.lf8_starter.project.dto.GetProjectDto;
import io.swagger.v3.oas.annotations.Operation;