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:
@ -24,7 +24,9 @@ import javax.imageio.ImageIO;
|
||||
* https://natureofcode.com/book/chapter-8-fractals/
|
||||
* #84-the-koch-curve-and-the-arraylist-technique ).
|
||||
*/
|
||||
public class KochSnowflake {
|
||||
public final class KochSnowflake {
|
||||
private KochSnowflake() {
|
||||
}
|
||||
|
||||
public static void main(String[] args) {
|
||||
// Test Iterate-method
|
||||
|
Reference in New Issue
Block a user