commit | 07051bcd834ce0325134b6518d80bb7569d5e821 | [log] [tgz] |
---|---|---|
author | Remi NGUYEN VAN <reminv@google.com> | Thu Mar 11 07:43:37 2021 +0000 |
committer | Remi NGUYEN VAN <reminv@google.com> | Thu Mar 11 07:43:43 2021 +0000 |
tree | b4f0e5cad1c30bffbfb152a9ea6790921fdf2575 | |
parent | e2e358f666184bd706c05c9fcf913cf2a31a24b1 [diff] |
Remove usage of hidden InetSocketAddress constructor The constructor is a hidden API, and used in a code path that can never happen. Replace it with a thrown exception (which should never be thrown either). Bug: 170598012 Change-Id: Ie2c671c1a75accb8e94b08de9901d14b72caaf7e Test: m