mirror of
https://github.com/TheAlgorithms/Java.git
synced 2025-12-19 07:00:35 +08:00
chore: suppress unchecked in selected classes (#6262)
This commit is contained in:
@@ -8,7 +8,7 @@ import org.junit.jupiter.params.ParameterizedTest;
|
||||
import org.junit.jupiter.params.provider.Arguments;
|
||||
import org.junit.jupiter.params.provider.MethodSource;
|
||||
|
||||
@SuppressWarnings("rawtypes")
|
||||
@SuppressWarnings({"rawtypes", "unchecked"})
|
||||
public class NumberOfDigitsTest {
|
||||
|
||||
@ParameterizedTest
|
||||
|
||||
Reference in New Issue
Block a user