Skip to content

Commit b4dfbbd

Browse files
committed
Remove useless annotation @slf4j
Signed-off-by: Igor PIROG <[email protected]>
1 parent dcc7508 commit b4dfbbd

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/main/java/org/gridsuite/computation/utils/SpecificationUtils.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515

1616
import com.google.common.collect.Lists;
1717
import jakarta.persistence.criteria.*;
18-
import lombok.extern.slf4j.Slf4j;
1918
import org.gridsuite.computation.dto.ResourceFilterDTO;
2019
import org.jetbrains.annotations.NotNull;
2120
import org.springframework.data.jpa.domain.Specification;
@@ -33,7 +32,6 @@
3332
*
3433
* @author Kevin Le Saulnier <[email protected]>
3534
*/
36-
@Slf4j
3735
public final class SpecificationUtils {
3836

3937
public static final String FIELD_SEPARATOR = ".";

0 commit comments

Comments
 (0)