Merge "Change TetheringConstants class to final" am: 0c5f387efe

Change-Id: I3446ad5a368b9f127066ba1e133a7191afe80c2b
This commit is contained in:
Automerger Merge Worker
2020-03-16 05:33:55 +00:00

View File

@@ -32,7 +32,7 @@ import android.os.ResultReceiver;
* @hide
*/
@SystemApi(client = MODULE_LIBRARIES)
public class TetheringConstants {
public final class TetheringConstants {
/** An explicit private class to avoid exposing constructor.*/
private TetheringConstants() { }