Skip to content

Commit

Permalink
Test change
Browse files Browse the repository at this point in the history
  • Loading branch information
178Laptop committed Sep 13, 2023
1 parent fa01d65 commit abd4a5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/frc/robot/Constants.java
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ public static class LightConstants {
}

public static class GregtechConstants {
private static boolean loveForGreg = true; //always
private static final boolean loveForGreg = true; //always
private static String thoughtsOnGreg = "Amazing and wonderful!";
private static int numberOfHoursOnGreg = Integer.MAX_VALUE;
private static int numberOfGregificationsCompleted = 2;
Expand Down

0 comments on commit abd4a5f

Please sign in to comment.