Remove an unnecessary null check
This CL removes an unnecessary null check for readability. The following method is guaranteed to return a non-null object. SubtypeUtils.getImplicitlyApplicableSubtypesLocked() Hence the null check in the caller side is unnecessary. Bug: 249648819 Test: presubmit Change-Id: Ief6db743fe676c8ec0d0c878c8ddf767f71433e7
Loading
Please register or sign in to comment