From 54c525f616be816ed2ae7dad5dee3811f0111bf1 Mon Sep 17 00:00:00 2001 From: Meryem Esa Date: Sat, 30 Jan 2016 16:18:03 -0800 Subject: [PATCH] delete autogenerated comments --- .../usfirst/frc/team3501/robot/commands/PassLowBar.java | 9 +-------- .../usfirst/frc/team3501/robot/commands/PassMoat.java | 9 +-------- .../usfirst/frc/team3501/robot/commands/PassRampart.java | 9 +-------- .../frc/team3501/robot/commands/PassRockWall.java | 8 -------- .../frc/team3501/robot/commands/PassRoughTerrain.java | 9 +-------- 5 files changed, 4 insertions(+), 40 deletions(-) diff --git a/src/org/usfirst/frc/team3501/robot/commands/PassLowBar.java b/src/org/usfirst/frc/team3501/robot/commands/PassLowBar.java index cdb9e9d8..f5570041 100755 --- a/src/org/usfirst/frc/team3501/robot/commands/PassLowBar.java +++ b/src/org/usfirst/frc/team3501/robot/commands/PassLowBar.java @@ -16,33 +16,26 @@ import edu.wpi.first.wpilibj.command.Command; public class PassLowBar extends Command { public PassLowBar() { - // 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() { } diff --git a/src/org/usfirst/frc/team3501/robot/commands/PassMoat.java b/src/org/usfirst/frc/team3501/robot/commands/PassMoat.java index 331e17b2..634240a4 100755 --- a/src/org/usfirst/frc/team3501/robot/commands/PassMoat.java +++ b/src/org/usfirst/frc/team3501/robot/commands/PassMoat.java @@ -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() { } diff --git a/src/org/usfirst/frc/team3501/robot/commands/PassRampart.java b/src/org/usfirst/frc/team3501/robot/commands/PassRampart.java index 2d387efb..d531d88b 100755 --- a/src/org/usfirst/frc/team3501/robot/commands/PassRampart.java +++ b/src/org/usfirst/frc/team3501/robot/commands/PassRampart.java @@ -16,33 +16,26 @@ import edu.wpi.first.wpilibj.command.Command; public class PassRampart extends Command { public PassRampart() { - // 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() { } diff --git a/src/org/usfirst/frc/team3501/robot/commands/PassRockWall.java b/src/org/usfirst/frc/team3501/robot/commands/PassRockWall.java index d00ed8a6..874eb22a 100755 --- a/src/org/usfirst/frc/team3501/robot/commands/PassRockWall.java +++ b/src/org/usfirst/frc/team3501/robot/commands/PassRockWall.java @@ -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() { } diff --git a/src/org/usfirst/frc/team3501/robot/commands/PassRoughTerrain.java b/src/org/usfirst/frc/team3501/robot/commands/PassRoughTerrain.java index adc982a8..b1f0fb76 100755 --- a/src/org/usfirst/frc/team3501/robot/commands/PassRoughTerrain.java +++ b/src/org/usfirst/frc/team3501/robot/commands/PassRoughTerrain.java @@ -17,33 +17,26 @@ import edu.wpi.first.wpilibj.command.Command; public class PassRoughTerrain extends Command { public PassRoughTerrain() { - // 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() { } -- 2.30.2