[JAVA-32841] (#16268)

This commit is contained in:
panos-kakos
2024-04-01 22:53:21 +03:00
committed by GitHub
parent c2684009bc
commit 5360ae1a35
2 changed files with 3 additions and 3 deletions
@@ -1,4 +1,4 @@
package com.baeldung.jpa.paginationsorting; package com.baeldung.jpa.paginationsorting.config;
import java.util.HashMap; import java.util.HashMap;
@@ -1,9 +1,9 @@
package com.baeldung.jpa.paginationsorting; package com.baeldung.jpa.paginationsorting;
import static org.hamcrest.MatcherAssert.assertThat;
import static org.hamcrest.Matchers.equalTo; import static org.hamcrest.Matchers.equalTo;
import static org.hamcrest.Matchers.hasSize; import static org.hamcrest.Matchers.hasSize;
import static org.junit.Assert.assertThat; import static org.junit.jupiter.api.Assertions.assertTrue;
import static org.junit.Assert.assertTrue;
import java.util.Arrays; import java.util.Arrays;
import java.util.List; import java.util.List;