fix IDE warnings

This commit is contained in:
2026-02-04 20:56:05 +01:00
parent a90d518fc3
commit 41fda9770a
10 changed files with 6 additions and 25 deletions

View File

@@ -1,7 +1,6 @@
package de.pnreichmuth.timekeep_backend.exceptions;
import de.pnreichmuth.timekeep_backend.entities.Racer;
import de.pnreichmuth.timekeep_backend.entities.Team;
import lombok.extern.slf4j.Slf4j;
@Slf4j

View File

@@ -1,8 +1,6 @@
package de.pnreichmuth.timekeep_backend.exceptions;
import lombok.extern.slf4j.Slf4j;
import org.springframework.http.HttpStatus;
import org.springframework.web.bind.annotation.ResponseStatus;
@Slf4j
public class RacerNotFoundException extends NotFoundException {

View File

@@ -2,8 +2,6 @@ package de.pnreichmuth.timekeep_backend.exceptions;
import de.pnreichmuth.timekeep_backend.entities.Team;
import lombok.extern.slf4j.Slf4j;
import org.springframework.http.HttpStatus;
import org.springframework.web.bind.annotation.ResponseStatus;
@Slf4j
public class TeamExistsException extends ExistsException {

View File

@@ -1,8 +1,6 @@
package de.pnreichmuth.timekeep_backend.exceptions;
import lombok.extern.slf4j.Slf4j;
import org.springframework.http.HttpStatus;
import org.springframework.web.bind.annotation.ResponseStatus;
@Slf4j
public class TeamNotFoundException extends NotFoundException {