Add javadoc comments to command class constructors
[3501/2017steamworks] / src / org / usfirst / frc / team3501 / robot / commands / shooter / StopFlyWheel.java
index ac7ea5cb49112496d93b550b870069fda89d6c0a..53fc35c5ea543e80b04f9caf16baefa020fa51d1 100644 (file)
@@ -6,10 +6,13 @@ import edu.wpi.first.wpilibj.command.Command;
  * This command stops the fly wheel. Do not call unless the trigger button has
  * been released.
  *
- * 
+ *
  * @author Shaina
  */
 public class StopFlyWheel extends Command {
+  /**
+   * This command stops the fly wheel.
+   */
   public StopFlyWheel() {
 
   }