Duplicate of gerrit 739; changed method from public to private.

Change-Id: Ib15210ff0e5d8d99a649397499bab4737a1a489e
This commit is contained in:
James Kuszmaul
2014-12-18 16:08:46 -05:00
parent 3d06a763a2
commit 6080a3b186

View File

@@ -431,7 +431,7 @@ public class CANTalon implements MotorSafety, PIDOutput, SpeedController {
* @param controlMode Control mode to ultimately enter once user calls set().
* @see #set
*/
public void applyControlMode(ControlMode controlMode) {
private void applyControlMode(ControlMode controlMode) {
m_controlMode = controlMode;
if (controlMode == ControlMode.Disabled)
m_controlEnabled = false;