fix javadoc comment for getRollerVoltage method
authorShaina Chen <shaina.sierra@gmail.com>
Fri, 5 Feb 2016 03:28:40 +0000 (19:28 -0800)
committerShaina Chen <shaina.sierra@gmail.com>
Fri, 5 Feb 2016 04:21:38 +0000 (20:21 -0800)
src/org/usfirst/frc/team3501/robot/subsystems/IntakeArm.java

index c3ea586132be93ee644b7320abd04913756329dc..9ade6317de93cea5e143bf3cf04828d5ad3df40a 100755 (executable)
@@ -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() {