Merge "Update language to comply with Android's inclusive language guidance"

This commit is contained in:
Chiachang Wang
2020-07-30 02:49:44 +00:00
committed by Gerrit Code Review

View File

@@ -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;
}