From: Andres Esteban Echeverria G Date: Sun, 5 Feb 2017 01:14:54 +0000 (-0800) Subject: intake X-Git-Url: http://challenge-bot.com/repos/?p=3501%2F2017steamworks;a=commitdiff_plain;h=b9e7e2283bf2fee289623beccbdaf915749aa495 intake --- diff --git a/src/org/usfirst/frc/team3501/robot/subsystems/Intake.java b/src/org/usfirst/frc/team3501/robot/subsystems/Intake.java index 2ca8776..14c8f8f 100644 --- a/src/org/usfirst/frc/team3501/robot/subsystems/Intake.java +++ b/src/org/usfirst/frc/team3501/robot/subsystems/Intake.java @@ -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;