Add JavaDoc coments
authorArunima DIvya <adivya822@student.fuhsd.org>
Tue, 24 Jan 2017 05:16:42 +0000 (21:16 -0800)
committerArunima DIvya <adivya822@student.fuhsd.org>
Thu, 26 Jan 2017 04:14:07 +0000 (20:14 -0800)
src/org/usfirst/frc/team3501/robot/commands/intake/RunIntakeContinuous.java
src/org/usfirst/frc/team3501/robot/subsystems/Intake.java

index 961c3fc3b1a9abcf3eb6b5e69730401ff6cf92e8..a7ba2297fc74a4493b761063d54f79a8c2245bb5 100644 (file)
@@ -7,7 +7,8 @@ import edu.wpi.first.wpilibj.command.Command;
 
 /***
  *
- * Runs the intake continuously.
+ * Runs the intake continuously when button is pressed, and when button is not
+ * pressed does not run.
  *
  * @author Meeta
  *
index 15a82a0061eb2bb321eb9ab86b4927c9d777b478..de5dc6f4a76cd76cba81515a74fe5f9794619499 100644 (file)
@@ -7,8 +7,6 @@ import com.ctre.CANTalon;
 import edu.wpi.first.wpilibj.command.Subsystem;
 
 /**
- * Intakes the balls into ball container.
- * 
  * @author Meeta
  */
 public class Intake extends Subsystem {