diff --git a/java/src/jmri/jmrix/can/cbus/CbusSensor.java b/java/src/jmri/jmrix/can/cbus/CbusSensor.java index 883ef0da206..bde00fbe24d 100644 --- a/java/src/jmri/jmrix/can/cbus/CbusSensor.java +++ b/java/src/jmri/jmrix/can/cbus/CbusSensor.java @@ -189,7 +189,7 @@ public void reply(CanReply f) { * {@inheritDoc} * * When a reporter is attached to the sensor, the sensor will go - * active when > 0 ID tags are present ( assuming Sensor not inverted ), + * active when ID tags are present ( assuming Sensor not inverted ), * inactive when no ID tags are present, ie all previously announced * ID tags have since been announced by other reporters. */