Skip to content

Commit 4c421fa

Browse files
committed
Fixed checkstyle violation
1 parent db58f80 commit 4c421fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/thealgorithms/others/MosAlgorithm.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ public static int[] solveRangeFrequencyQueries(int[] arr, Query[] queries, int t
183183
private static class MoComparator implements Comparator<Query> {
184184
private final int blockSize;
185185

186-
public MoComparator(int blockSize) {
186+
MoComparator(int blockSize) {
187187
this.blockSize = blockSize;
188188
}
189189

0 commit comments

Comments
 (0)