Suppress warnings in tests.

Signed-off-by: Aref <aref.behboudi@veltiston.ai>

Closes: #3901
This commit is contained in:
Aref
2025-05-27 09:37:13 +03:30
committed by Mark Paluch
parent 053a4620a0
commit 15e40966ba

View File

@@ -31,7 +31,7 @@ import org.junit.jupiter.params.provider.MethodSource;
*/
class Jsr310JpaConvertersUnitTests {
static Iterable<? extends Object> data() {
static Iterable<?> data() {
return Arrays.asList(new Jsr310JpaConverters.InstantConverter(), //
new Jsr310JpaConverters.LocalDateConverter(), //