From: Shaina Chen Date: Tue, 16 Feb 2016 19:20:31 +0000 (-0800) Subject: add javadoc style comment for command group X-Git-Url: http://challenge-bot.com/repos/?p=3501%2Fstronghold-2016;a=commitdiff_plain;h=fd8da47f1e8de1b0a317e2421be1805a317b2b93 add javadoc style comment for command group --- 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() {