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

Commit 250d943

Browse files
dummy constructor simple match with public
1 parent 8b1029d commit 250d943

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,11 @@ public class SimpleMatch {
4949
*/
5050
long actual_time;
5151
HashMap<String, Alliance> alliances;
52-
Alliance getBlueAlliance() {
52+
public Alliance getBlueAlliance() {
5353
return alliances.get("blue");
5454
}
5555

56-
Alliance getRedAlliance(){
56+
public Alliance getRedAlliance(){
5757
return alliances.get("red");
5858
}
5959

0 commit comments

Comments
 (0)