mirror of
https://github.com/TheAlgorithms/Java.git
synced 2026-03-13 08:40:43 +08:00
style: enable RedundantModifier in checkstyle (#5140)
This commit is contained in:
@@ -176,7 +176,7 @@ public class KochSnowflake {
|
||||
|
||||
double x, y;
|
||||
|
||||
public Vector2(double x, double y) {
|
||||
Vector2(double x, double y) {
|
||||
this.x = x;
|
||||
this.y = y;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user