move comments below import statements
[3501/stronghold-2016] / src / org / usfirst / frc / team3501 / robot / commands / ToggleBallRollerIntake.java
index 8299bf607412f2b7d25b335e30e34d27f2b889a6..767b24ad27690d22e312249257b02cb98b9eeaaa 100644 (file)
@@ -2,18 +2,19 @@ package org.usfirst.frc.team3501.robot.commands;
 
 import org.usfirst.frc.team3501.robot.Robot;
 
+import edu.wpi.first.wpilibj.command.Command;
+
 /***
  * This command will continually roll the rollers of the intake arm in the
  * inwards direction and stop the rollers once the command is canceled.
  *
- * pre-condition: This command must be called by a button with the method .whileHeld() in OI
+ * pre-condition: This command must be called by a button with the method
+ * .whileHeld() in OI
  *
  * @author Lauren and Niyati
  *
  */
 
-import edu.wpi.first.wpilibj.command.Command;
-
 public class ToggleBallRollerIntake extends Command {
 
   public ToggleBallRollerIntake() {