mirror of
https://github.com/TheAlgorithms/Java.git
synced 2025-07-21 02:53:15 +08:00
style: enable HideUtilityClassConstructor
in checkstyle (#5147)
This commit is contained in:
@ -10,7 +10,9 @@ package com.thealgorithms.dynamicprogramming;
|
||||
*/
|
||||
import java.util.Scanner;
|
||||
|
||||
public class CatalanNumber {
|
||||
public final class CatalanNumber {
|
||||
private CatalanNumber() {
|
||||
}
|
||||
|
||||
/**
|
||||
* This method finds the nth Catalan number
|
||||
|
Reference in New Issue
Block a user