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:
@ -6,7 +6,9 @@ package com.thealgorithms.others;
|
||||
*
|
||||
* @author AKS1996
|
||||
*/
|
||||
public class GuassLegendre {
|
||||
public final class GuassLegendre {
|
||||
private GuassLegendre() {
|
||||
}
|
||||
|
||||
public static void main(String[] args) {
|
||||
for (int i = 1; i <= 3; ++i) {
|
||||
|
Reference in New Issue
Block a user