change robot to a final class for better standards

This commit is contained in:
2026-09-08 19:53:35 -05:00
parent 978910915a
commit 104d08a6a5
@@ -7,8 +7,7 @@ import org.firstinspires.ftc.teamcode.hardware.RobotHardware;
/** /**
* Represents and initializes the complete robot object with subsystems. * Represents and initializes the complete robot object with subsystems.
*/ */
public class Robot { public final class Robot {
public final RobotHardware robotHardware; public final RobotHardware robotHardware;
// Declare other public final subsystems here // Declare other public final subsystems here