fill in retractDefense commandgroup
[3501/stronghold-2016] / 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) {