X-Git-Url: http://challenge-bot.com/repos/?p=3501%2F2017steamworks;a=blobdiff_plain;f=src%2Forg%2Fusfirst%2Ffrc%2Fteam3501%2Frobot%2Fcommands%2Fdriving%2FJoystickDrive.java;h=d1e0f9c1f660f81f58e1310d668b689f146988c5;hp=a56b1f3549a7b0017485fcd3764bd34b0a6249ff;hb=f0a71840f17c1039ce4be1f66cf324cc979a9966;hpb=8e4c083cf74939e98aabaf8aaf45976a148d0666 diff --git a/src/org/usfirst/frc/team3501/robot/commands/driving/JoystickDrive.java b/src/org/usfirst/frc/team3501/robot/commands/driving/JoystickDrive.java index a56b1f3..d1e0f9c 100755 --- a/src/org/usfirst/frc/team3501/robot/commands/driving/JoystickDrive.java +++ b/src/org/usfirst/frc/team3501/robot/commands/driving/JoystickDrive.java @@ -7,8 +7,8 @@ import edu.wpi.first.wpilibj.command.Command; /** * This command will run throughout teleop and listens for joystick inputs to - * drive the driveTrain. This never finishes until teleop ends. - * - works in conjunction with OI.java + * drive the driveTrain. This never finishes until teleop ends. - works in + * conjunction with OI.java */ public class JoystickDrive extends Command {