Update language to comply with Android's inclusive language guidance
See https://source.android.com/setup/contribute/respectful-code for reference. Test: m ; atest TetheringTests Bug: 161896447 Change-Id: Idc58697c72fb00896bee00185fefc50c1a24dd35
This commit is contained in:
@@ -19,7 +19,7 @@ package android.net.util;
|
||||
* This class defines Message.what base addresses for various state machine.
|
||||
*/
|
||||
public class TetheringMessageBase {
|
||||
public static final int BASE_MASTER = 0;
|
||||
public static final int BASE_MAIN_SM = 0;
|
||||
public static final int BASE_IPSERVER = 100;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user