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,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 {