commit | f39d60bc710cc242ca57a75df56f4b4b0b2849ab | [log] [tgz] |
---|---|---|
author | Pranav Madapurmath <pmadapurmath@google.com> | Fri Jun 09 23:16:13 2023 +0000 |
committer | Pranav Madapurmath <pmadapurmath@google.com> | Mon Jun 12 17:00:14 2023 +0000 |
tree | 783a81037d57df01349c4c5d82f0f1ba5abed5ab | |
parent | 9a759a9669f31b51cf237aeb82832b2f73d317b7 [diff] |
Handle endpoint name nullability in constructor Throws an IllegalArgumentException when the endpoint name passed into the constructor is null. This will help prevent the error from being invoked later down the line and instead throws it at the first sign of detection. Fixes: 286310499 Test: atest TelecomUnitTests Change-Id: Ic128d0e3577591d54cf9c4309844e4580af220c1