style: enable HideUtilityClassConstructor in checkstyle (#5147)

This commit is contained in:
Piotr Idzik
2024-05-08 08:58:29 +02:00
committed by GitHub
parent 030bb91d05
commit d3bb691f59
285 changed files with 895 additions and 339 deletions

View File

@@ -23,7 +23,9 @@ import javax.imageio.ImageIO;
* also https://en.wikipedia.org/wiki/Plotting_algorithms_for_the_Mandelbrot_set
* )
*/
public class Mandelbrot {
public final class Mandelbrot {
private Mandelbrot() {
}
public static void main(String[] args) {
// Test black and white