mirror of
https://github.com/PaulReichmuth/timekeep-backend.git
synced 2026-02-06 04:53:25 +00:00
fix IDE warnings
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user