diff --git a/src/main/resources/export/java/RobotTemplate.java b/src/main/resources/export/java/RobotTemplate.java index a96ab789..357f7289 100644 --- a/src/main/resources/export/java/RobotTemplate.java +++ b/src/main/resources/export/java/RobotTemplate.java @@ -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 {