Skip to content

Commit 54fac7e

Browse files
committed
Fixed sonar
1 parent 07aace8 commit 54fac7e

File tree

1 file changed

+2
-1
lines changed
  • src/main/java/g3601_3700/s3636_threshold_majority_queries

1 file changed

+2
-1
lines changed

src/main/java/g3601_3700/s3636_threshold_majority_queries/Solution.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
import java.util.Map;
99
import java.util.TreeSet;
1010

11-
class Solution {
11+
@SuppressWarnings("java:S1210")
12+
public class Solution {
1213

1314
private static class FreqPair implements Comparable<FreqPair> {
1415
int count;

0 commit comments

Comments
 (0)