Skip to content

Commit 8490ac5

Browse files
committed
Merge branch 'master' into engine-release
2 parents 06c2e17 + eb02881 commit 8490ac5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

engine/src/main/battlecode/common/RobotController.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -588,10 +588,10 @@ public interface RobotController {
588588

589589
/**
590590
* Checks whether this robot can turn to the specified direction.
591-
* Effectively just canTurn() with an extra check that d is not null.
591+
* Effectively just canTurn() with an extra check that d is not null
592+
* and not {@link Direction#CENTER}.
592593
*
593594
* @param d the direction to turn to
594-
* @throws GameActionException
595595
*/
596596
boolean canTurn(Direction d);
597597

0 commit comments

Comments
 (0)