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

Change-Id: I5c4a3c1b011b6a0eeda8473b9206c4adf307c168
This commit is contained in:
Automerger Merge Worker
2020-03-16 05:47:02 +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() { }