Skip to content

Commit cb3fea7

Browse files
committed
Fix checkstyle issues
1 parent 54c214c commit cb3fea7

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
package com.thealgorithms.others;
22

3-
import java.util.Arrays;
4-
53
/**
64
* Array Rotation Utility
75
*
@@ -18,6 +16,9 @@
1816

1917
public class ArrayRotation {
2018

19+
private ArrayRotation() {
20+
}
21+
2122
/**
2223
* Rotates the array to the right by k positions.
2324
*

0 commit comments

Comments
 (0)