From a149fd6464625f6abf7398139259e6bc5fb735d4 Mon Sep 17 00:00:00 2001 From: shainachen Date: Mon, 16 Jan 2017 20:25:53 -0800 Subject: [PATCH] Edit JavaDoc comments in shooter commands --- .../frc/team3501/robot/commands/shooter/RunIndexWheel.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/org/usfirst/frc/team3501/robot/commands/shooter/RunIndexWheel.java b/src/org/usfirst/frc/team3501/robot/commands/shooter/RunIndexWheel.java index cac708e..5d33070 100644 --- a/src/org/usfirst/frc/team3501/robot/commands/shooter/RunIndexWheel.java +++ b/src/org/usfirst/frc/team3501/robot/commands/shooter/RunIndexWheel.java @@ -10,7 +10,7 @@ import edu.wpi.first.wpilibj.command.Command; * * * @param motorVal - * [-1,1] + * value range is from -1 to 1 * @param time * in seconds * @author shaina -- 2.30.2