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

Commit a1daf27

Browse files
committed
Remove leftover getter
1 parent aa8680f commit a1daf27

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

  • src/main/java/com/thebluealliance/api/v3/models

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,10 @@ public class Award {
3434
*/
3535
AwardRecipient[] recipient_list;
3636

37+
3738
/**
3839
* An <code>AwardRecipient</code> object represents the team and/or person who received an award at an event.
3940
*/
40-
public AwardRecipient[] getRecipientList() {
41-
return recipient_list;
42-
}
43-
4441
@Value
4542
public class AwardRecipient {
4643

0 commit comments

Comments
 (0)