From 5e330e782b15b0a1deffcdd31f22d8ea79efca97 Mon Sep 17 00:00:00 2001 From: Shaina Chen Date: Thu, 4 Feb 2016 19:28:40 -0800 Subject: [PATCH] fix javadoc comment for getRollerVoltage method --- .../team3501/robot/subsystems/IntakeArm.java | 45 +++---------------- 1 file changed, 6 insertions(+), 39 deletions(-) diff --git a/src/org/usfirst/frc/team3501/robot/subsystems/IntakeArm.java b/src/org/usfirst/frc/team3501/robot/subsystems/IntakeArm.java index c3ea5861..9ade6317 100755 --- a/src/org/usfirst/frc/team3501/robot/subsystems/IntakeArm.java +++ b/src/org/usfirst/frc/team3501/robot/subsystems/IntakeArm.java @@ -50,7 +50,7 @@ public class IntakeArm extends Subsystem { /*** * This method allows you to set the voltage of the motor. The range of * voltage is from [-1, 1]. A negative voltage makes the motor run backwards. - * + * * @param voltage * The voltage of the motors that control the rollers. The range of * these motors go from [-1,1]. A negative voltage makes the motor @@ -63,46 +63,13 @@ public class IntakeArm extends Subsystem { } /*** - * <<<<<<< e3056e0d68d3b4150b81db56c6685c399cb9c37a - * <<<<<<< cefeac7a7bb7df62af5c880e13eb37c14125a7cb - * <<<<<<< bd5dc4363add71a17f95409115dec96b83146549 - * This method gets you the current speed of the motor that controls the - * motor. The range of speed is from [-1,1]. A negative speed changes the - * direction of the motor, making it run backwards. - * - * @return Returns the speed of the motor that controls the roller. The range - * of the motor goes from [-1,1]. A negative speed changes the - * direction of the motor, making it go backwards. - * ======= - * - * @return - * >>>>>>> reset to unix format - * ======= - * This method gets you the current speed of the motor that controls - * the - * motor. The range of speed is from [-1,1]. A negative speed changes - * the - * direction of the motor, making it run backwards. - * - * @return Returns the speed of the motor that controls the roller. The range - * of the motor goes from [-1,1]. A negative speed changes the - * direction of the motor, making it go backwards. - * >>>>>>> add 3 method stubs- setRollerSpeeds, getRollerSpeeds, and - * areRollersRolling - * ======= - * This method gets you the current voltage of the motor that controls - * the - * motor. The range of voltage is from [-1,1]. A negative voltage - * makes the - * motor - * run backwards. + * This method gets you the current voltage of the motor that controls the + * intake arm. The range of voltage is from [-1,1]. + * A negative voltage makes the motor run backwards. * * @return Returns the voltage of the motor that controls the roller. The - * range - * of the motor goes from [-1,1]. A negative voltage indicates that - * the - * motor is running backwards. - * >>>>>>> add class level comment and change speed to voltage + * range of the voltage goes from [-1,1]. + * A negative voltage indicates that the motor is running backwards. */ public double getRollerVoltage() { -- 2.30.2