delete autogenerated comments
[3501/stronghold-2016] / src / org / usfirst / frc / team3501 / robot / commands / PassRockWall.java
index d00ed8a670ed641d177a8afc568e5ba6e5079524..874eb22a29682de3638a51b483c4ee30181eb598 100755 (executable)
@@ -16,33 +16,25 @@ import edu.wpi.first.wpilibj.command.Command;
 public class PassRockWall extends Command {
 
   public PassRockWall() {
-    // 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() {
   }