Add constructer comments
[3501/2017steamworks] / src / org / usfirst / frc / team3501 / robot / commands / climber / StopWinch.java
index 892d2ddfb2c726a90814d39bc7c0b2c00a1ba344..a119c91a8d9967f47c63bc21dfe099d7d5da8243 100644 (file)
@@ -13,7 +13,9 @@ import edu.wpi.first.wpilibj.command.Command;
  *
  */
 public class StopWinch extends Command {
-
+  /**
+   * 
+   */
   public StopWinch() {
     requires(Robot.getClimber());