mirror of
https://github.com/TheAlgorithms/Java.git
synced 2026-03-13 08:40:43 +08:00
style: enable HideUtilityClassConstructor in checkstyle (#5147)
This commit is contained in:
@@ -23,7 +23,9 @@ import java.util.Objects;
|
||||
* @see <a href="https://en.wikipedia.org/wiki/Verhoeff_algorithm">Wiki.
|
||||
* Verhoeff algorithm</a>
|
||||
*/
|
||||
public class Verhoeff {
|
||||
public final class Verhoeff {
|
||||
private Verhoeff() {
|
||||
}
|
||||
|
||||
/**
|
||||
* Table {@code d}. Based on multiplication in the dihedral group D5 and is
|
||||
|
||||
Reference in New Issue
Block a user