mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-21 01:01:43 +00:00
Completed artf2675 - rename SimpleRobot -> SampleRobot.
Change-Id: I23fc503f64fa6a715867f4b92f9d03e21f6c5f82
This commit is contained in:
@@ -23,14 +23,14 @@ import edu.wpi.first.wpilibj.livewindow.LiveWindow;
|
||||
*
|
||||
* Alternatively you can override the robotMain() method and manage all aspects of the robot yourself.
|
||||
*/
|
||||
public class SimpleRobot extends RobotBase {
|
||||
public class SampleRobot extends RobotBase {
|
||||
|
||||
private boolean m_robotMainOverridden;
|
||||
|
||||
/**
|
||||
* Create a new SimpleRobot
|
||||
* Create a new SampleRobot
|
||||
*/
|
||||
public SimpleRobot() {
|
||||
public SampleRobot() {
|
||||
super();
|
||||
m_robotMainOverridden = true;
|
||||
}
|
||||
Reference in New Issue
Block a user