Update java robot class docs (#1150)

This commit is contained in:
Thad House
2018-06-10 20:12:41 -07:00
committed by Peter Johnson
parent b1bb63f9a4
commit b20158015c
3 changed files with 4 additions and 4 deletions

View File

@@ -19,7 +19,7 @@ import edu.wpi.first.wpilibj.templates.commandbased.subsystems.ExampleSubsystem;
* 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
* creating this project, you must also update the build.gradle file in the
* project.
*/
public class Robot extends TimedRobot {

View File

@@ -15,7 +15,7 @@ import edu.wpi.first.wpilibj.smartdashboard.SmartDashboard;
* The VM is configured to automatically run this class, and to call the
* functions corresponding to each mode, as described in the IterativeRobot
* 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
* creating this project, you must also update the build.gradle file in the
* project.
*/
public class Robot extends IterativeRobot {

View File

@@ -13,9 +13,9 @@ import edu.wpi.first.wpilibj.smartdashboard.SmartDashboard;
/**
* The VM is configured to automatically run this class, and to call the
* functions corresponding to each mode, as described in the IterativeRobot
* 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
* creating this project, you must also update the build.gradle file in the
* project.
*/
public class Robot extends TimedRobot {