You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The docs for the `park*(Object blocker...)` overloads are silent on the
possibility of `null`. In defense of my proposal to annotate `blocker`
as `@Nullable`, I'd say:
- Their implementations appear to tolerate it fine (by calling
`setBlocker`, which is implemented equivalently to
`setCurrentBlocker`, which is explicitly documented as supporting
`null`, albeit specifically to clear the blocker after blocking).
- Each method comes with an overload in which `blocker` is not provided.
0 commit comments