fill in retractDefense commandgroup
authorShaina Chen <shaina.sierra@gmail.com>
Thu, 11 Feb 2016 02:02:33 +0000 (18:02 -0800)
committerShaina Chen <shaina.sierra@gmail.com>
Thu, 11 Feb 2016 02:02:33 +0000 (18:02 -0800)
src/org/usfirst/frc/team3501/robot/commands/RetractDefenseArm.java

index cdd3c4cf10c20ccd09b6f1d6eaff4d76f426491a..8d530bee8679dae19016d0d0f349fc074e28f5ec 100755 (executable)
@@ -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) {