commit | 0c5f387efe1674b7c0dc0b84f3994127c2b81169 | [log] [tgz] |
---|---|---|
author | Mark Chien <markchien@google.com> | Mon Mar 16 05:25:40 2020 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Mon Mar 16 05:25:40 2020 +0000 |
tree | e4dd612dff3ee95590179528ee2973e57376be2d | |
parent | 1d68778a353177b5e1f9ebb6c0eb9d9c37dab1e9 [diff] | |
parent | 4b896ba32bb7982b1aae05bf08025cd67ac5337c [diff] |
Merge "Change TetheringConstants class to final"
diff --git a/Tethering/common/TetheringLib/src/android/net/TetheringConstants.java b/Tethering/common/TetheringLib/src/android/net/TetheringConstants.java index a18f5da..fd6f171 100644 --- a/Tethering/common/TetheringLib/src/android/net/TetheringConstants.java +++ b/Tethering/common/TetheringLib/src/android/net/TetheringConstants.java
@@ -32,7 +32,7 @@ * @hide */ @SystemApi(client = MODULE_LIBRARIES) -public class TetheringConstants { +public final class TetheringConstants { /** An explicit private class to avoid exposing constructor.*/ private TetheringConstants() { }