From 1f6fd3a6e148067399a24466a059102b86c9e2b4 Mon Sep 17 00:00:00 2001 From: Shaina Chen Date: Tue, 9 Feb 2016 19:25:16 -0800 Subject: [PATCH] delete comment in isFinished() --- .../usfirst/frc/team3501/robot/commands/RaiseArmContinuous.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/org/usfirst/frc/team3501/robot/commands/RaiseArmContinuous.java b/src/org/usfirst/frc/team3501/robot/commands/RaiseArmContinuous.java index 0c30e781..2ca0654c 100755 --- a/src/org/usfirst/frc/team3501/robot/commands/RaiseArmContinuous.java +++ b/src/org/usfirst/frc/team3501/robot/commands/RaiseArmContinuous.java @@ -25,8 +25,6 @@ public class RaiseArmContinuous extends Command { @Override protected boolean isFinished() { return false; - // not sure if anything should be in isFinished - // when button is released command should go directly to end() ? } @Override -- 2.30.2