commit | 683547f0f52d2914acf1c9e1fc3575c33eb0f13e | [log] [tgz] |
---|---|---|
author | David Su <dysu@google.com> | Mon Oct 21 13:25:42 2019 -0700 |
committer | David Su <dysu@google.com> | Mon Oct 21 13:29:25 2019 -0700 |
tree | 7bb338070afe62a45203e9e3405d38c67ecbc475 | |
parent | 9f4f485daca2a8667b307b847d1182350a6dd02e [diff] |
Fix checkNotNull(a, b) usages checkNotNull(a, b) does not check nullness of b, instead b is the error message. Fix these usages. While here, also change checkState() to checkArgument() since we are doing input validation. Bug: 143084514 Test: compiles Change-Id: I3d5fc4446863d18d14b9bfb1cbb94084dfc05d05