Moderately streamline imports of constants
[3501/stronghold-2016] / src / org / usfirst / frc / team3501 / robot / Constants.java
index 38899ea422b1e068d0bc0171e16540fdbcf0a73e..2c7971dc262428c1f28bb8bf1e79d92f1397703e 100644 (file)
@@ -82,8 +82,8 @@ public class Constants {
     public static final int CATAPULT2_FORWARD = 0;
     public static final int CATAPULT2_REVERSE = 1;
 
-    public static final Value shoot = Value.kForward;
-    public static final Value reset = Value.kReverse;
+    public static final Value SHOOT = Value.kForward;
+    public static final Value RESET = Value.kReverse;
     public static final double WAIT_TIME = 2.0; // In seconds
   }