From: Shaina Chen Date: Fri, 12 Feb 2016 03:51:10 +0000 (-0800) Subject: add javadoc style comment for class X-Git-Url: http://challenge-bot.com/repos/?p=3501%2Fstronghold-2016;a=commitdiff_plain;h=a4e2f14abc156614fd44c10c7c177558d7217d87 add javadoc style comment for class --- diff --git a/src/org/usfirst/frc/team3501/robot/commands/RetractDefenseArm.java b/src/org/usfirst/frc/team3501/robot/commands/RetractDefenseArm.java index 8d530bee..4dcd209e 100755 --- a/src/org/usfirst/frc/team3501/robot/commands/RetractDefenseArm.java +++ b/src/org/usfirst/frc/team3501/robot/commands/RetractDefenseArm.java @@ -4,6 +4,12 @@ import org.usfirst.frc.team3501.robot.Robot; import edu.wpi.first.wpilibj.command.CommandGroup; +/*** + * This command group simultaneously move arm and hand to retracted position. + * + * @author shaina + * + */ public class RetractDefenseArm extends CommandGroup { public RetractDefenseArm(double speed, double retractPosition) {