From a4e2f14abc156614fd44c10c7c177558d7217d87 Mon Sep 17 00:00:00 2001 From: Shaina Chen Date: Thu, 11 Feb 2016 19:51:10 -0800 Subject: [PATCH] add javadoc style comment for class --- .../frc/team3501/robot/commands/RetractDefenseArm.java | 6 ++++++ 1 file changed, 6 insertions(+) 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) { -- 2.30.2