Skip to content

Commit

Permalink
Added comment for the go() method of BaseBot.java
Browse files Browse the repository at this point in the history
  • Loading branch information
flemming-n-larsen committed Dec 11, 2024
1 parent caa47b0 commit a45c776
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ public final void start() {
/**
* {@inheritDoc}
*/
// We allow override of go() here to let the Robocode Bridge hook into this method
@Override
public void go() {
baseBotInternals.execute();
Expand Down

0 comments on commit a45c776

Please sign in to comment.