Skip to content
This repository was archived by the owner on Oct 28, 2025. It is now read-only.

Commit 6d73f01

Browse files
committed
Remove more leftover getters
1 parent 1d7a3ce commit 6d73f01

1 file changed

Lines changed: 2 additions & 8 deletions

File tree

src/main/java/com/thebluealliance/api/v3/models/TeamEventStatus.java

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -79,21 +79,15 @@ public class Alliance {
7979
*/
8080
@Value
8181
public class AllianceBackup {
82-
String out, in;
83-
8482
/**
8583
* @return TBA key for the team replaced by the backup.
8684
*/
87-
public String getOut() {
88-
return out;
89-
}
85+
String out;
9086

9187
/**
9288
* @return TBA key for the backup team called in.
9389
*/
94-
public String getIn() {
95-
return in;
96-
}
90+
String in;
9791

9892
}
9993

0 commit comments

Comments
 (0)