Skip to content

Commit

Permalink
private hardware
Browse files Browse the repository at this point in the history
  • Loading branch information
dannynotsmart committed Jan 11, 2025
1 parent 6aef85c commit 4210499
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/sciborgs1155/robot/hopper/Hopper.java
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public static Hopper none() {
return new Hopper(new NoHopper());
}

public final HopperIO hardware;
private final HopperIO hardware;
public final Trigger beambreakTrigger;

public Hopper(HopperIO hardware) {
Expand Down

0 comments on commit 4210499

Please sign in to comment.