From fd8da47f1e8de1b0a317e2421be1805a317b2b93 Mon Sep 17 00:00:00 2001 From: Shaina Chen Date: Tue, 16 Feb 2016 11:20:31 -0800 Subject: [PATCH] add javadoc style comment for command group --- .../frc/team3501/robot/commands/auton/LiftRobot.java | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/org/usfirst/frc/team3501/robot/commands/auton/LiftRobot.java b/src/org/usfirst/frc/team3501/robot/commands/auton/LiftRobot.java index 89d52533..dcf20952 100755 --- a/src/org/usfirst/frc/team3501/robot/commands/auton/LiftRobot.java +++ b/src/org/usfirst/frc/team3501/robot/commands/auton/LiftRobot.java @@ -7,6 +7,13 @@ import org.usfirst.frc.team3501.robot.commands.scaler.StopWinch; import edu.wpi.first.wpilibj.command.CommandGroup; +/*** + * This command group runs the winch to lift robot. + * Requires Scaler + * + * @author shaina + * + */ public class LiftRobot extends CommandGroup { public LiftRobot() { -- 2.30.2