From fc0ec3eb642d425b6c467c016aa53ca5c0f1d760 Mon Sep 17 00:00:00 2001 From: samuel desharnais Date: Thu, 18 Jan 2024 18:44:55 -0500 Subject: [PATCH] jvh --- src/main/java/frc/robot/Subsystem/Balayeuse.java | 2 +- src/main/java/frc/robot/Subsystem/Drive.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/frc/robot/Subsystem/Balayeuse.java b/src/main/java/frc/robot/Subsystem/Balayeuse.java index 42c1b23..d7240e0 100644 --- a/src/main/java/frc/robot/Subsystem/Balayeuse.java +++ b/src/main/java/frc/robot/Subsystem/Balayeuse.java @@ -2,7 +2,7 @@ // Open Source Software; you can modify and/or share it under the terms of // the WPILib BSD license file in the root directory of this project. -package frc.robot.Subsystem; +package frc.robot.subsystem; import edu.wpi.first.wpilibj2.command.SubsystemBase; diff --git a/src/main/java/frc/robot/Subsystem/Drive.java b/src/main/java/frc/robot/Subsystem/Drive.java index 84b7a50..9d4d95a 100644 --- a/src/main/java/frc/robot/Subsystem/Drive.java +++ b/src/main/java/frc/robot/Subsystem/Drive.java @@ -2,7 +2,7 @@ // Open Source Software; you can modify and/or share it under the terms of // the WPILib BSD license file in the root directory of this project. -package frc.robot.Subsystem; +package frc.robot.subsystem; import edu.wpi.first.wpilibj2.command.SubsystemBase;