Edit JavaDoc comments in shooter commands
authorshainachen <shaina.sierra@gmail.com>
Tue, 17 Jan 2017 04:23:25 +0000 (20:23 -0800)
committershainachen <shaina.sierra@gmail.com>
Sat, 21 Jan 2017 19:16:40 +0000 (11:16 -0800)
src/org/usfirst/frc/team3501/robot/commands/shooter/RunFlyWheel.java
src/org/usfirst/frc/team3501/robot/commands/shooter/RunFlyWheelContinuous.java
src/org/usfirst/frc/team3501/robot/commands/shooter/RunIndexWheelContinuous.java

index cda56a73480f1934b266e727a99aa82ccf312c74..b3784bb94e1d2f6b955028566aae7419a619a3ce 100644 (file)
@@ -7,7 +7,7 @@ import edu.wpi.first.wpilibj.command.Command;
  * wheel is intended to shoot balls fed by the intake wheel.
  *
  * @param motorVal
- *          [-1,1]
+ *          value range from -1 to 1
  * @param time
  *          in seconds
  * @author Shaina
index 13c3eceb18ef4c6d5a698c3311dc02d6ae42de68..20a4d08f37cf6c608a911acc9c722d597b42a759 100644 (file)
@@ -10,7 +10,7 @@ import edu.wpi.first.wpilibj.command.Command;
  * button.whileHeld(...).
  *
  * @param motorVal
- *          [-1,1]
+ *          value range from -1 to 1
  * @author Shaina
  */
 public class RunFlyWheelContinuous extends Command {
index 04dc4a6e5747e765db89f6a764d4ed6166052de4..976a1883ef8982086510318bdbdf2e24ae430570 100644 (file)
@@ -10,7 +10,7 @@ import edu.wpi.first.wpilibj.command.Command;
  * button.whileHeld(...).
  *
  * @param motorVal
- *          [-1,1]
+ *          value range is from -1 to 1
  * @author shaina
  */
 public class RunIndexWheelContinuous extends Command {