From: Shaina Chen Date: Wed, 10 Feb 2016 03:25:16 +0000 (-0800) Subject: delete comment in isFinished() X-Git-Url: http://challenge-bot.com/repos/?p=3501%2Fstronghold-2016;a=commitdiff_plain;h=1f6fd3a6e148067399a24466a059102b86c9e2b4 delete comment in isFinished() --- 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