Add constructer comments
[3501/2017steamworks] / src / org / usfirst / frc / team3501 / robot / commands / climber / RunWinchContinuous.java
index eef39671914b5a5cc71288d14c9f34d797b5d272..f99af49e64ae56fd4ec860e9438cbf6353eb3029 100644 (file)
@@ -22,6 +22,10 @@ import edu.wpi.first.wpilibj.command.Command;
 public class RunWinchContinuous extends Command {
   private double motorVal;
 
+  /**
+   * 
+   * @param motorVal
+   */
   public RunWinchContinuous(double motorVal) {
     requires(Robot.getClimber());
     this.motorVal = motorVal;