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:
@@ -2,6 +2,7 @@ package com.thealgorithms.dynamicprogramming;
|
||||
|
||||
import java.util.HashMap;
|
||||
|
||||
@SuppressWarnings("rawtypes")
|
||||
final class LongestArithmeticSubsequence {
|
||||
private LongestArithmeticSubsequence() {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user