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 @@ package com.thealgorithms.maths;
|
||||
*
|
||||
* */
|
||||
|
||||
public class TwinPrime {
|
||||
public final class TwinPrime {
|
||||
private TwinPrime() {
|
||||
}
|
||||
|
||||
/**
|
||||
* This method returns twin prime of the integer value passed as argument
|
||||
|
Reference in New Issue
Block a user