From b0f6bc468799a7bdb1332ed5198d6641a7ece288 Mon Sep 17 00:00:00 2001 From: ss0g <55930267+ss0g@users.noreply.github.com> Date: Wed, 27 Oct 2021 19:43:50 -0700 Subject: [PATCH] Added a comment with my name to RobotContainer.java --- src/main/java/com/spartronics4915/frc/RobotContainer.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main/java/com/spartronics4915/frc/RobotContainer.java b/src/main/java/com/spartronics4915/frc/RobotContainer.java index 0e0ddac..edfe018 100644 --- a/src/main/java/com/spartronics4915/frc/RobotContainer.java +++ b/src/main/java/com/spartronics4915/frc/RobotContainer.java @@ -7,6 +7,8 @@ import edu.wpi.first.wpilibj.XboxController; import edu.wpi.first.wpilibj2.command.Command; +// Troy Edwards was here + /** * This class is where the bulk of the robot should be declared. * Since command-based is a "declarative" paradigm, very little robot logic