mirror of
https://github.com/TheAlgorithms/Java.git
synced 2025-07-05 16:27:33 +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/Lucas_number
|
||||
*/
|
||||
public class LucasSeries {
|
||||
public final class LucasSeries {
|
||||
private LucasSeries() {
|
||||
}
|
||||
|
||||
/**
|
||||
* Calculate nth number of Lucas Series(2, 1, 3, 4, 7, 11, 18, 29, 47, 76,
|
||||
|
Reference in New Issue
Block a user