From: Meryem Esa Date: Sun, 31 Jan 2016 00:18:03 +0000 (-0800) Subject: delete autogenerated comments X-Git-Url: http://challenge-bot.com/repos/?p=3501%2Fstronghold-2016;a=commitdiff_plain;h=54c525f616be816ed2ae7dad5dee3811f0111bf1 delete autogenerated comments --- 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() { }