change robot to a final class for better standards

This commit is contained in:
2026-09-08 15:16:49 -05:00
parent 874cb0ba3b
commit 5d986c83b1
@@ -7,8 +7,7 @@ import org.firstinspires.ftc.teamcode.hardware.RobotHardware;
/**
* Represents and initializes the complete robot object with subsystems.
*/
public class Robot {
public final class Robot {
public final RobotHardware robotHardware;
// Declare other public final subsystems here