We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcc7508 commit b4dfbbdCopy full SHA for b4dfbbd
src/main/java/org/gridsuite/computation/utils/SpecificationUtils.java
@@ -15,7 +15,6 @@
15
16
import com.google.common.collect.Lists;
17
import jakarta.persistence.criteria.*;
18
-import lombok.extern.slf4j.Slf4j;
19
import org.gridsuite.computation.dto.ResourceFilterDTO;
20
import org.jetbrains.annotations.NotNull;
21
import org.springframework.data.jpa.domain.Specification;
@@ -33,7 +32,6 @@
33
32
*
34
* @author Kevin Le Saulnier <[email protected]>
35
*/
36
-@Slf4j
37
public final class SpecificationUtils {
38
39
public static final String FIELD_SEPARATOR = ".";
0 commit comments