mirror of
https://github.com/TheAlgorithms/Java.git
synced 2025-07-23 12:35:55 +08:00
style: enable HideUtilityClassConstructor
in checkstyle (#5147)
This commit is contained in:
@ -26,7 +26,9 @@ import java.util.List;
|
||||
51 46 55 44 53 4 21 12
|
||||
|
||||
*/
|
||||
public class KnightsTour {
|
||||
public final class KnightsTour {
|
||||
private KnightsTour() {
|
||||
}
|
||||
|
||||
private static final int BASE = 12;
|
||||
private static final int[][] MOVES = {
|
||||
|
Reference in New Issue
Block a user