Add constructors to command skeletons
[3501/2017steamworks] / src / org / usfirst / frc / team3501 / robot / commands / shooter / StopFlyWheel.java
index 68c6cf0ce4a3e1ce17563b5969ee592cdb73f010..633154fc1ef9cafe283d4cdbe850fe88f51cfdcb 100644 (file)
@@ -2,11 +2,13 @@ package org.usfirst.frc.team3501.robot.commands.shooter;
 
 import edu.wpi.first.wpilibj.command.Command;
 
+/**
+ * Stops fly wheel
+ */
 public class StopFlyWheel extends Command {
+       public StopFlyWheel() {
 
-       /**
-        * Stops fly wheel
-        */
+       }
 
        // Called just before this Command runs the first time
        @Override