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:
@ -7,7 +7,9 @@ import java.util.Scanner;
|
||||
* For detailed info and implementation see: <a
|
||||
* href="http://devmag.org.za/2009/04/25/perlin-noise/">Perlin-Noise</a>
|
||||
*/
|
||||
public class PerlinNoise {
|
||||
public final class PerlinNoise {
|
||||
private PerlinNoise() {
|
||||
}
|
||||
|
||||
/**
|
||||
* @param width width of noise array
|
||||
|
Reference in New Issue
Block a user