mirror of
https://github.com/TheAlgorithms/Java.git
synced 2025-07-26 14:04:17 +08:00
style: enable HideUtilityClassConstructor
in checkstyle (#5147)
This commit is contained in:
@ -16,7 +16,9 @@ import java.util.Collections;
|
||||
*
|
||||
* <p>
|
||||
*/
|
||||
public class VampireNumber {
|
||||
public final class VampireNumber {
|
||||
private VampireNumber() {
|
||||
}
|
||||
|
||||
public static void main(String[] args) {
|
||||
test(10, 1000);
|
||||
|
Reference in New Issue
Block a user