Skip to content

Commit

Permalink
added javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
Jack-Haefele committed Jan 25, 2024
1 parent ba777b2 commit 9e1b69f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/frc/robot/subsystems/mailbox/Mailbox.java
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@

import edu.wpi.first.wpilibj2.command.SubsystemBase;

/** Subsystem for the mailbox that outputs game pieces from our robot. */
public class Mailbox extends SubsystemBase {
/** Creates a new Mailbox. */
public Mailbox() {}
Expand Down

0 comments on commit 9e1b69f

Please sign in to comment.