mirror of
https://github.com/TheAlgorithms/Java.git
synced 2025-12-19 07:00:35 +08:00
style: enable HideUtilityClassConstructor in checkstyle (#5147)
This commit is contained in:
@@ -8,7 +8,9 @@ package com.thealgorithms.maths;
|
||||
*
|
||||
* link:https://en.wikipedia.org/wiki/Perfect_number
|
||||
*/
|
||||
public class PerfectNumber {
|
||||
public final class PerfectNumber {
|
||||
private PerfectNumber() {
|
||||
}
|
||||
|
||||
/**
|
||||
* Check if {@code number} is perfect number or not
|
||||
|
||||
Reference in New Issue
Block a user