Skip to content

Commit 656ee15

Browse files
authored
Update Solution.java
1 parent cacc513 commit 656ee15

File tree

1 file changed

+1
-0
lines changed
  • src/main/java/g2401_2500/s2440_create_components_with_same_value

1 file changed

+1
-0
lines changed

src/main/java/g2401_2500/s2440_create_components_with_same_value/Solution.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
import java.util.ArrayList;
77
import java.util.List;
88

9+
@SuppressWarnings("unchecked")
910
public class Solution {
1011
private int[] nums;
1112

0 commit comments

Comments
 (0)