mirror of
https://github.com/TheAlgorithms/Java.git
synced 2025-07-28 06:55:02 +08:00
style: enable HideUtilityClassConstructor
in checkstyle (#5147)
This commit is contained in:
@ -4,7 +4,9 @@ import java.util.ArrayList;
|
||||
import java.util.Arrays;
|
||||
import java.util.List;
|
||||
|
||||
public class Conway {
|
||||
public final class Conway {
|
||||
private Conway() {
|
||||
}
|
||||
|
||||
/*
|
||||
* This class will generate the conway sequence also known as the look and say sequence.
|
||||
|
Reference in New Issue
Block a user