Merge "Change TetheringConstants class to final" am: 0c5f387efe
Change-Id: I3446ad5a368b9f127066ba1e133a7191afe80c2b
This commit is contained in:
@@ -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() { }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user