mirror of
https://github.com/TheAlgorithms/Java.git
synced 2026-03-13 08:40:43 +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