Skip to content

Commit d00cc7a

Browse files
committed
Fixed sonar
1 parent 8f37cf7 commit d00cc7a

File tree

1 file changed

+1
-0
lines changed
  • src/main/java/g3101_3200/s3160_find_the_number_of_distinct_colors_among_the_balls

1 file changed

+1
-0
lines changed

src/main/java/g3101_3200/s3160_find_the_number_of_distinct_colors_among_the_balls/Solution.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
import java.util.HashMap;
66
import java.util.Map;
77

8+
@SuppressWarnings("java:S1172")
89
public class Solution {
910
public int[] queryResults(int ignoredLimit, int[][] queries) {
1011
Map<Integer, Integer> ballToColor = new HashMap<>();

0 commit comments

Comments
 (0)