summaryrefslogtreecommitdiff
path: root/src/Q9/Robot.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/Q9/Robot.java')
-rw-r--r--src/Q9/Robot.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Q9/Robot.java b/src/Q9/Robot.java
index 6f9d2c0..330b10e 100644
--- a/src/Q9/Robot.java
+++ b/src/Q9/Robot.java
@@ -70,7 +70,7 @@ public class Robot {
* @param x the x coordinate
* @param y the y coordinate
* @return true if the robot is at the given coordinate
- * */
+ */
public boolean atPosition(int x, int y) {
return getX() == x && getY() == y;
}