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

index 9ade6317de93cea5e143bf3cf04828d5ad3df40a..fb7b08df05098f8bdda2b52e218c1cd684e8192b 100755 (executable)
@@ -77,16 +77,10 @@ public class IntakeArm extends Subsystem {
   }
 
   /***
-   * <<<<<<< cefeac7a7bb7df62af5c880e13eb37c14125a7cb
-   * <<<<<<< bd5dc4363add71a17f95409115dec96b83146549
-   * This method checks to see if the motors controlling the rollers are
-   * currently working.
+   * This method checks to see if the presence of the ball inside is true or
+   * false.
    *
-   * @return Returns whether the motors are currently running, and returns the
-   *         state of the condition (true or false).
-   *         =======
-   *
-   * @return
+   * @return Returns whether the ball is inside as true or false
    */
 
   public boolean isBallInside() {