We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c51d36 commit 891e70dCopy full SHA for 891e70d
sample-bots/java/MyFirstDroid/MyFirstDroid.java
@@ -75,7 +75,7 @@ class Point {
75
public final double x;
76
public final double y;
77
78
- public Point(double x, Double y) {
+ public Point(double x, double y) {
79
this.x = x;
80
this.y = y;
81
}
@@ -90,4 +90,4 @@ class RobotColors {
90
public Color radarColor;
91
public Color scanColor;
92
public Color bulletColor;
93
-}
+}
0 commit comments