add javadoc style comment for command group
[3501/stronghold-2016] / src / org / usfirst / frc / team3501 / robot / commands / auton / LiftRobot.java
index 89d52533b9c1aaeb057f647b43d646d3610e639a..dcf2095293c978f11363496871020834c02e537e 100755 (executable)
@@ -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() {