Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Crawford <65832608+scrawfor99@users.noreply.github.com>
  • Loading branch information
stephen-crawford authored Jun 16, 2023
1 parent caa912f commit a43920a
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -106,14 +106,12 @@ public boolean cancelOnParentLeaving() {
return true;
}

@Nullable
@Nullable
public Long getCancellationStartTime() {
CancelledInfo info = cancelledInfo.get();
return (info != null) ? info.cancellationStartTime : null;
}

@Nullable
@Nullable
public Long getCancellationStartTimeNanos() {
CancelledInfo info = cancelledInfo.get();
Expand Down

0 comments on commit a43920a

Please sign in to comment.