delete autogenerated comments
[3501/stronghold-2016] / src / org / usfirst / frc / team3501 / robot / commands / PassMoat.java
index 331e17b27859081a413c213793bc6b6bcad23d64..634240a47ec01d0f3286426917c017f7e3b9684c 100755 (executable)
@@ -16,33 +16,26 @@ import edu.wpi.first.wpilibj.command.Command;
 public class PassMoat extends Command {
 
   public PassMoat() {
-    // Use requires() here to declare subsystem dependencies
-    // eg. requires(chassis);
+
   }
 
-  // Called just before this Command runs the first time
   @Override
   protected void initialize() {
   }
 
-  // Called repeatedly when this Command is scheduled to run
   @Override
   protected void execute() {
   }
 
-  // Make this return true when this Command no longer needs to run execute()
   @Override
   protected boolean isFinished() {
     return false;
   }
 
-  // Called once after isFinished returns true
   @Override
   protected void end() {
   }
 
-  // Called when another command which requires one or more of the same
-  // subsystems is scheduled to run
   @Override
   protected void interrupted() {
   }