diff options
author | Chiachang Wang <chiachangwang@google.com> | 2019-04-12 03:15:00 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2019-04-12 03:15:00 +0000 |
commit | e1d9b31cd938775293e35791f59652ff11e29927 (patch) | |
tree | e76517bad5d5e1eb8920354e2d650bdf6de4f59b /src/android/net/util/NetworkStackUtils.java | |
parent | 53817ca825184966e4e84ead4b64e677c39d18a4 (diff) | |
parent | 6f196bf372269f473629d46a65ee533d72ab0f53 (diff) |
Merge "Address nit in NetworkStackUtils" into qt-dev
Diffstat (limited to 'src/android/net/util/NetworkStackUtils.java')
-rw-r--r-- | src/android/net/util/NetworkStackUtils.java | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/android/net/util/NetworkStackUtils.java b/src/android/net/util/NetworkStackUtils.java index e7a607b..8226787 100644 --- a/src/android/net/util/NetworkStackUtils.java +++ b/src/android/net/util/NetworkStackUtils.java @@ -95,8 +95,7 @@ public class NetworkStackUtils { * Look up the value of a property for a particular namespace from {@link DeviceConfig}. * @param namespace The namespace containing the property to look up. * @param name The name of the property to look up. - * @param defaultValue The value to return if the property does not exist or has no non-null - * value. + * @param defaultValue The value to return if the property does not exist or has no valid value. * @return the corresponding value, or defaultValue if none exists. */ @Nullable |