commit | 4610b32762f0aa4bea2d51e85a1f73c7142f4cce | [log] [tgz] |
---|---|---|
author | Jeff Sharkey <jsharkey@android.com> | Fri Sep 11 14:17:03 2020 -0600 |
committer | Jeff Sharkey <jsharkey@android.com> | Mon Sep 14 09:59:01 2020 -0600 |
tree | 7822fd2d1ddbc63b1111992b6e00c7e047124c9b | |
parent | a3e6d6bb64c2424a05de8ce76fd920961b6fccd1 [diff] |
Update language to comply with Android's inclusive language guidance See https://source.android.com/setup/contribute/respectful-code for reference Test: none Bug: 168334533 Exempt-From-Owner-Approval: docs updates Change-Id: I53003332717baf57dc088b2f6b969cdb1863f65e
diff --git a/core/java/android/net/apf/ApfCapabilities.java b/core/java/android/net/apf/ApfCapabilities.java index b1de74e..92c5432 100644 --- a/core/java/android/net/apf/ApfCapabilities.java +++ b/core/java/android/net/apf/ApfCapabilities.java
@@ -127,7 +127,7 @@ } /** - * @return An array of blacklisted EtherType, packets with EtherTypes within it will be dropped. + * @return An array of denylisted EtherType, packets with EtherTypes within it will be dropped. */ public static @NonNull int[] getApfEtherTypeBlackList() { return Resources.getSystem().getIntArray(R.array.config_apfEthTypeBlackList);