Skip to content

Commit

Permalink
Stops serializing Actions inside AspectValue.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 693337121
Change-Id: Ieb601de778bc8359959cce52123c4d2e43973bed
  • Loading branch information
aoeui authored and ramil-bitrise committed Dec 18, 2024
1 parent 105ae50 commit add8774
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
* list of generating actions.
*/
public class BasicActionLookupValue implements ActionLookupValue {
protected final ImmutableList<ActionAnalysisMetadata> actions;
protected final transient ImmutableList<ActionAnalysisMetadata> actions;

@VisibleForTesting
public BasicActionLookupValue(ImmutableList<ActionAnalysisMetadata> actions) {
Expand Down

0 comments on commit add8774

Please sign in to comment.