Change TetheringConstants class to final
Bug: 151322331 Test: m doc-comment-check-docs Change-Id: Ia02be3d1d91a08ae4a56b25560ed448c96a693db
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