mirror of
https://github.com/TheAlgorithms/Java.git
synced 2026-03-13 08:40:43 +08:00
chore: suppress rawtypes in selected classes (#6261)
This commit is contained in:
@@ -10,6 +10,7 @@ import java.util.List;
|
||||
import org.junit.jupiter.api.BeforeEach;
|
||||
import org.junit.jupiter.api.Test;
|
||||
|
||||
@SuppressWarnings("rawtypes")
|
||||
public class KruskalTest {
|
||||
|
||||
private Kruskal kruskal;
|
||||
|
||||
Reference in New Issue
Block a user