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=3f859c3e350d13efd797c6742056376d3daec9c2 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;