Add JavaDoc comment
authorArunima DIvya <adivya822@student.fuhsd.org>
Sat, 28 Jan 2017 05:02:19 +0000 (21:02 -0800)
committerArunima DIvya <adivya822@student.fuhsd.org>
Fri, 3 Feb 2017 03:15:30 +0000 (19:15 -0800)
src/org/usfirst/frc/team3501/robot/commands/driving/SetGear.java

index 9a9a08a137b25866a3eb2d330b2c48ef3bd89e5a..711242ff41ca68fd32bcb6a6e7c4ff3286d9c873 100644 (file)
@@ -4,7 +4,14 @@ import org.usfirst.frc.team3501.robot.Robot;
 
 import edu.wpi.first.wpilibj.command.Command;
 
+/***
+ * Sets the gear.
+ * 
+ * @author Arunima
+ *
+ */
 public class SetGear extends Command {
+
   public SetGear() {
     requires(Robot.getDriveTrain());
   }