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

Commit e8e189e

Browse files
committed
Lombok event rankings class
1 parent 73efb0d commit e8e189e

1 file changed

Lines changed: 1 addition & 8 deletions

File tree

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

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
/**
66
* The event rankings and tiebreaker information for an event
77
*/
8+
@Value
89
public class EventRankings {
910

1011
/**
@@ -16,14 +17,6 @@ public class EventRankings {
1617
*/
1718
SortOrderInfo[] sort_order_info;
1819

19-
public Ranking[] getRankings() {
20-
return rankings;
21-
}
22-
23-
public SortOrderInfo[] getSortOrderInfo() {
24-
return sort_order_info;
25-
}
26-
2720
/**
2821
* The Sort order of the rankings for a particular year
2922
*/

0 commit comments

Comments
 (0)