Update language to comply with Android's inclusive language guidance

See https://source.android.com/setup/contribute/respectful-code
for reference.

Bug: 161896447
Test: m ; atest FrameworkNetTests
Change-Id: Ib6b4c9526992c31e05e82be80e2b9b86bc0b57ef
This commit is contained in:
Chiachang Wang
2020-08-12 12:23:59 +08:00
parent b6ff6f6c2c
commit 2fea4a758b

View File

@@ -1477,7 +1477,7 @@ public class IpSecService extends IIpSecService.Stub {
} }
/** /**
* Checks an IpSecConfig parcel to ensure that the contents are sane and throws an * Checks an IpSecConfig parcel to ensure that the contents are valid and throws an
* IllegalArgumentException if they are not. * IllegalArgumentException if they are not.
*/ */
private void checkIpSecConfig(IpSecConfig config) { private void checkIpSecConfig(IpSecConfig config) {