Change TetheringConstants class to final

Bug: 151322331
Test: m doc-comment-check-docs
Change-Id: Ia02be3d1d91a08ae4a56b25560ed448c96a693db
This commit is contained in:
markchien
2020-03-15 22:54:57 +08:00
parent ccf6239513
commit 4b896ba32b

View File

@@ -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() { }