mirror of
https://github.com/TheAlgorithms/Java.git
synced 2026-02-04 12:50:12 +08:00
style: enable HideUtilityClassConstructor in checkstyle (#5147)
This commit is contained in:
@@ -3,7 +3,9 @@ package com.thealgorithms.maths;
|
||||
/**
|
||||
* https://en.wikipedia.org/wiki/Cube_(algebra)
|
||||
*/
|
||||
public class PerfectCube {
|
||||
public final class PerfectCube {
|
||||
private PerfectCube() {
|
||||
}
|
||||
|
||||
/**
|
||||
* Check if a number is perfect cube or not
|
||||
|
||||
Reference in New Issue
Block a user