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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user