intake
authorAndres Esteban Echeverria G <estebanech@Andress-MacBook-Air.local>
Sun, 5 Feb 2017 01:14:54 +0000 (17:14 -0800)
committerRayan Hirech <ramine411@gmail.com>
Tue, 7 Feb 2017 03:50:07 +0000 (19:50 -0800)
src/org/usfirst/frc/team3501/robot/subsystems/Intake.java

index 2ca8776697f1ad6dfe70a1f59a09ae4ce8f34ade..14c8f8f51952b00a62f7bc49f34280ac4fbb2ad6 100644 (file)
@@ -7,7 +7,7 @@ import com.ctre.CANTalon;
 import edu.wpi.first.wpilibj.command.Subsystem;
 
 /**
- * @author Meeta
+ *
  */
 public class Intake extends Subsystem {
   private static Intake intake = null;