mirror of
https://github.com/TheAlgorithms/Java.git
synced 2025-12-19 07:00:35 +08:00
chore: suppress rawtypes in selected classes (#6261)
This commit is contained in:
@@ -9,6 +9,7 @@ import java.util.List;
|
||||
*
|
||||
* @author <a href="https://github.com/siddhant2002">Siddhant Swarup Mallick</a>
|
||||
*/
|
||||
@SuppressWarnings("rawtypes")
|
||||
public class AllPathsFromSourceToTarget {
|
||||
|
||||
// No. of vertices in graph
|
||||
|
||||
Reference in New Issue
Block a user