Link to replacements for RobotDrive in JavaDocs (#879)

In smart IDEs, this will allow users to easily view source for these two classes by linking to it
This commit is contained in:
HeroCC
2018-01-12 01:17:33 -05:00
committed by Peter Johnson
parent 59f938b584
commit 54a0a7654a

View File

@@ -21,7 +21,8 @@ import static java.util.Objects.requireNonNull;
* function (intended for hand created drive code, such as autonomous) or with the Tank/Arcade
* functions intended to be used for Operator Control driving.
*
* @deprecated Use DifferentialDrive or MecanumDrive classes instead.
* @deprecated Use {@link edu.wpi.first.wpilibj.drive.DifferentialDrive}
* or {@link edu.wpi.first.wpilibj.drive.MecanumDrive} classes instead.
*/
@Deprecated
public class RobotDrive implements MotorSafety {