Skip to content

Commit

Permalink
Fixed warning
Browse files Browse the repository at this point in the history
  • Loading branch information
javadev committed Jan 6, 2025
1 parent 7f24aba commit 120b42b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

import java.util.Arrays;

@SuppressWarnings({"unused", "java:S1172"})
public class Solution {
private static final int MASK = (1 << 30) - 1;

Expand Down

0 comments on commit 120b42b

Please sign in to comment.