commit | f54df24a2522d5db6c7036d8018cf86f91bfb045 | [log] [tgz] |
---|---|---|
author | Leon Scroggins III <scroggo@google.com> | Mon Mar 23 14:18:25 2020 -0400 |
committer | Leon Scroggins III <scroggo@google.com> | Fri Mar 27 16:22:07 2020 -0400 |
tree | b03dbc191a1ac20485388ad22ceaa43a1caa9d29 | |
parent | ede504903d058754d518d7b0be24998b2671b38a [diff] |
BRD: Correct @NonNull annotation Bug: 140600285 Test: Ifd9e9abe3f2c89f724a0b918d99ec4e9db65ad56 After adding some tests, I confirmed that newInstance(InputStream) (and the deprecated version that includes boolean isShareable) can return null if the InputStream is null. Update the annotations for both - the old one that has always been wrong, and the new one added in I0bf8c4c72cc118d2799a59e8eb6c2cede546fceb. Change-Id: Ib820edd1ad62665092c272a7b89b0a29b0e1bb32