Edit JavaDoc comments in shooter commands
[3501/2017steamworks] / src / org / usfirst / frc / team3501 / robot / commands / shooter / RunIndexWheel.java
index 5d330700750d82048ce6fc9e3028f9e260e62416..6804c255b781c67c0609f9615a9eb6e921f61274 100644 (file)
@@ -8,12 +8,11 @@ import edu.wpi.first.wpilibj.command.Command;
  * pre-condition: fly wheel is running at full speed to prepare for shooting
  * fuel
  *
- *
  * @param motorVal
  *          value range is from -1 to 1
  * @param time
  *          in seconds
- * @author shaina
+ * @author Shaina
  */
 public class RunIndexWheel extends Command {
   private double time;