Fix NPE in MergeabilityCache.getIfPresent
LoadingCache.getIfPresent is explicitly @Nullable. Unfortunately, when
it returned null, it was being unboxed to a boolean, causing an NPE.
This bug has been around since the mergeability implementation was
rewritten, but has likely not been very common because mergeability
bits are computed pretty aggressively (if asynchronously).
Change-Id: Ie3d8e16db76b28056832c002ab0899072d0ea356
(cherry picked from commit 4193e33184ec966e0ad0e96358f1426fe508671a)
2 files changed