mirror of
https://github.com/TheAlgorithms/Java.git
synced 2025-07-26 22:14:08 +08:00
style: enable HideUtilityClassConstructor
in checkstyle (#5147)
This commit is contained in:
@ -9,7 +9,9 @@ import java.io.BufferedReader;
|
||||
import java.io.IOException;
|
||||
import java.io.InputStreamReader;
|
||||
|
||||
public class KrishnamurthyNumber {
|
||||
public final class KrishnamurthyNumber {
|
||||
private KrishnamurthyNumber() {
|
||||
}
|
||||
|
||||
// returns True if the number is a Krishnamurthy number and False if it is not.
|
||||
|
||||
|
Reference in New Issue
Block a user