mirror of
https://github.com/TheAlgorithms/Java.git
synced 2025-07-27 06:23:08 +08:00
style: enable HideUtilityClassConstructor
in checkstyle (#5147)
This commit is contained in:
@ -1,7 +1,9 @@
|
||||
package com.thealgorithms.maths;
|
||||
|
||||
// Perimeter of different 2D geometrical shapes
|
||||
public class Perimeter {
|
||||
public final class Perimeter {
|
||||
private Perimeter() {
|
||||
}
|
||||
|
||||
/**
|
||||
* Calculate the Perimeter of regular polygon (equals sides)
|
||||
|
Reference in New Issue
Block a user