commit | fa5eacc89f19bf96ed7de600a1a81b90454132f7 | [log] [tgz] |
---|---|---|
author | Remi NGUYEN VAN <reminv@google.com> | Thu Mar 11 20:49:13 2021 +0900 |
committer | Remi NGUYEN VAN <reminv@google.com> | Thu Mar 11 20:49:13 2021 +0900 |
tree | 85bff5361a1223dafcd0a13d5f7091b7c822514e | |
parent | 0f08d2fcb7f334c41f7b3be2ada83ab9156460fe [diff] |
Remove connectivity dependency on Preconditions Preconditions.checkNotNull is deprecated to be replaced by Objects.requireNonNull, and other methods can easily be replaced by inline checks. Preconditions is an internal API class that should not be used by unbundled jars. Bug: 177046265 Test: m Change-Id: If14a75439ff332c927dc4114ae0eecb89f53c6c7