commit | e19cd8f3abab3781001225e37dab4372b087e978 | [log] [tgz] |
---|---|---|
author | Mark Chien <markchien@google.com> | Thu Feb 20 12:46:19 2020 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Feb 20 12:46:19 2020 +0000 |
tree | 8261c360711a999e0c45436b1a43505ae94017f8 | |
parent | 703048d08be9dcdb00d2f6e91d04fedb8927dc85 [diff] | |
parent | 1bec13e96323b981c332f1c370d8bd11473afe34 [diff] |
Merge "Stop exposing constructor of TetheringConstants"
diff --git a/Tethering/common/TetheringLib/src/android/net/TetheringConstants.java b/Tethering/common/TetheringLib/src/android/net/TetheringConstants.java index df87ac9..a18f5da 100644 --- a/Tethering/common/TetheringLib/src/android/net/TetheringConstants.java +++ b/Tethering/common/TetheringLib/src/android/net/TetheringConstants.java
@@ -33,6 +33,9 @@ */ @SystemApi(client = MODULE_LIBRARIES) public class TetheringConstants { + /** An explicit private class to avoid exposing constructor.*/ + private TetheringConstants() { } + /** * Extra used for communicating with the TetherService. Includes the type of tethering to * enable if any.