Skip to content

Commit

Permalink
Merge branch 'bazelbuild:master' into release_test
Browse files Browse the repository at this point in the history
  • Loading branch information
iancha1992 authored Aug 1, 2023
2 parents 862cad9 + 88d4b1b commit a7bff59
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,13 +64,13 @@ public Instant getStartTimeInstant() {
* runtime of the entire CriticalPathComponent.
*/
public static final class ChangePhase implements ExtendedEventHandler.Postable {
private final Action action;
private final ActionAnalysisMetadata action;

public ChangePhase(Action action) {
public ChangePhase(ActionAnalysisMetadata action) {
this.action = action;
}

public Action getAction() {
public ActionAnalysisMetadata getAction() {
return this.action;
}
}
Expand Down

0 comments on commit a7bff59

Please sign in to comment.