Skip to content

Commit

Permalink
Update Java Robot Template class comment (NFC) (#609)
Browse files Browse the repository at this point in the history
  • Loading branch information
sciencewhiz authored Jul 29, 2024
1 parent 213157b commit 9371c30
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions src/main/resources/export/java/RobotTemplate.java
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,9 @@
import edu.wpi.first.wpilibj2.command.CommandScheduler;

/**
* The VM is configured to automatically run this class, and to call the
* functions corresponding to each mode, as described in the TimedRobot
* documentation. If you change the name of this class or the package after
* creating this project, you must also update the build.properties file in
* the project.
* The methods in this class are called automatically corresponding to each mode, as described in
* the TimedRobot documentation. If you change the name of this class or the package after creating
* this project, you must also update the Main.java file in the project.
*/
public class Robot extends TimedRobot {

Expand Down

0 comments on commit 9371c30

Please sign in to comment.