commit | 270111058a78cf69934e24c6e75576fd0f642025 | [log] [tgz] |
---|---|---|
author | Nicolo' Mazzucato <nicomazz@google.com> | Tue Dec 27 09:41:59 2022 +0000 |
committer | Nicolo' Mazzucato <nicomazz@google.com> | Tue Dec 27 09:41:59 2022 +0000 |
tree | 0ee21865f25951f68c8c80a2c67f0160a58f0ebd | |
parent | d970ab755c38377609132f579ac9cbfaa1e8afbf [diff] |
Fix waitForValueCatchingStaleObjectExceptions when supplier returns null. Optional.of() was failing when the value was null. In this case, Optional.ofNullable should have been used. Bug: 263313097 Test: presubmits Change-Id: I8595998bad2932488865c357229e9a2419b35f36