commit | 0dd9dd84bbf97e1ddf20f375e81191fc70fcf95b | [log] [tgz] |
---|---|---|
author | Leon Scroggins III <scroggo@google.com> | Thu Feb 28 11:56:57 2019 -0500 |
committer | Leon Scroggins III <scroggo@google.com> | Thu Feb 28 12:00:04 2019 -0500 |
tree | c9d57056adf2713bd80d4ea5237719fa9cbaefe0 | |
parent | 869f5c42a0fbf73e284949fd5fd58eaff7b8882b [diff] |
Mark Bitmap#getColor as @NonNull Bug: 126700762 Test: None This method will never return null. It will either throw an Exception or return the Color at the specified location. Update the annotation to make that explicit. Change-Id: I276c0f84eac030758714b6736da29a7fdc175b7c