Fix comment refering to old _val enum values (#524)

This commit is contained in:
sciencewhiz
2017-05-07 17:10:52 -07:00
committed by Peter Johnson
parent 35a2055cda
commit dc9f85ebb9

View File

@@ -173,7 +173,7 @@ public class Relay extends SensorBase implements MotorSafety, LiveWindowSendable
* 0v-12v, 12v-12v
*
* <p>When set to kForwardOnly or kReverseOnly, you can specify the constant for the direction or
* you can simply specify kOff_val and kOn_val. Using only kOff_val and kOn_val is recommended.
* you can simply specify kOff and kOn. Using only kOff and kOn is recommended.
*
* @param value The state to set the relay.
*/