Add constructer comments
[3501/2017steamworks] / src / org / usfirst / frc / team3501 / robot / commands / climber / RunWinch.java
index eda932a5467996a08fdc46d98f49eb786f73c613..5acd6d1e1042736d59ee83a819bc5350d05e1846 100644 (file)
@@ -21,11 +21,17 @@ import edu.wpi.first.wpilibj.command.Command;
  * @author shivanighanta
  *
  */
+
 public class RunWinch extends Command {
   Timer timer;
   private double time;
   private double motorVal;
 
+  /**
+   *
+   * @author shivanighanta
+   *
+   */
   public RunWinch(double time, double motorVal) {
     requires(Robot.getClimber());
     this.time = time;