Edit JavaDoc comments in shooter commands
[3501/2017steamworks] / src / org / usfirst / frc / team3501 / robot / commands / shooter / StopFlyWheel.java
index 01eba1988adb89ed021b52b911177df0cfeb2a1d..ac7ea5cb49112496d93b550b870069fda89d6c0a 100644 (file)
@@ -3,8 +3,10 @@ package org.usfirst.frc.team3501.robot.commands.shooter;
 import edu.wpi.first.wpilibj.command.Command;
 
 /**
- * This command stops the fly wheel.
+ * This command stops the fly wheel. Do not call unless the trigger button has
+ * been released.
  *
+ * 
  * @author Shaina
  */
 public class StopFlyWheel extends Command {