From 5ba8b9ef8278234a6cc13ceae373eb9081c7ba56 Mon Sep 17 00:00:00 2001 From: Shaina Chen Date: Wed, 10 Feb 2016 18:02:33 -0800 Subject: [PATCH] fill in retractDefense commandgroup --- .../usfirst/frc/team3501/robot/commands/RetractDefenseArm.java | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/org/usfirst/frc/team3501/robot/commands/RetractDefenseArm.java b/src/org/usfirst/frc/team3501/robot/commands/RetractDefenseArm.java index cdd3c4cf..8d530bee 100755 --- a/src/org/usfirst/frc/team3501/robot/commands/RetractDefenseArm.java +++ b/src/org/usfirst/frc/team3501/robot/commands/RetractDefenseArm.java @@ -4,9 +4,6 @@ import org.usfirst.frc.team3501.robot.Robot; import edu.wpi.first.wpilibj.command.CommandGroup; -/** - * - */ public class RetractDefenseArm extends CommandGroup { public RetractDefenseArm(double speed, double retractPosition) { -- 2.30.2