diff --git a/wpilibj/src/main/java/edu/wpi/first/wpilibj/AnalogEncoder.java b/wpilibj/src/main/java/edu/wpi/first/wpilibj/AnalogEncoder.java index 4a896126ca..9d50a208a9 100644 --- a/wpilibj/src/main/java/edu/wpi/first/wpilibj/AnalogEncoder.java +++ b/wpilibj/src/main/java/edu/wpi/first/wpilibj/AnalogEncoder.java @@ -101,10 +101,7 @@ public class AnalogEncoder implements Sendable, AutoCloseable { /** * Get the encoder value. * - *

By default, this will not count rollovers. If that behavior is necessary, call - * configureRolloverCounting(true). - * - * @return the encoder value + * @return the encoder value scaled by the full range input */ public double get() { if (m_simPosition != null) {