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

Commit 0f7eafa

Browse files
committed
Add transient modifiers to alliance properties
1 parent 1a0ec1c commit 0f7eafa

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
@@ -46,9 +46,9 @@ public class SimpleMatch {
4646
*/
4747
long actual_time;
4848
HashMap<String, Alliance> alliances;
49-
Alliance blueAlliance = alliances.get("blue");
49+
transient Alliance blueAlliance = alliances.get("blue");
5050

51-
Alliance redAlliance = alliances.get("red");
51+
transient Alliance redAlliance = alliances.get("red");
5252

5353
/**
5454
* Represents an alliance during a match

0 commit comments

Comments
 (0)