Merge "Change TetheringConstants class to final"
This commit is contained in:
@@ -32,7 +32,7 @@ import android.os.ResultReceiver;
|
|||||||
* @hide
|
* @hide
|
||||||
*/
|
*/
|
||||||
@SystemApi(client = MODULE_LIBRARIES)
|
@SystemApi(client = MODULE_LIBRARIES)
|
||||||
public class TetheringConstants {
|
public final class TetheringConstants {
|
||||||
/** An explicit private class to avoid exposing constructor.*/
|
/** An explicit private class to avoid exposing constructor.*/
|
||||||
private TetheringConstants() { }
|
private TetheringConstants() { }
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user