diff options
author | Chiachang Wang <chiachangwang@google.com> | 2019-04-11 10:48:58 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2019-04-11 10:48:58 +0000 |
commit | 0433da65cdca7948f163beb251cd4343be8f9c95 (patch) | |
tree | 6aba7b69209338efc9e6e8218bc0a36ead48d7f3 /src | |
parent | a2a4bafab8be40b6611c5eac5d7f251f5b751800 (diff) | |
parent | ce4efeac0613bd300e7b5ae191c0b2173765468b (diff) |
Merge "Address nit in NetworkStackUtils"
Diffstat (limited to 'src')
-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 fa8f65e..547f04d 100644 --- a/src/android/net/util/NetworkStackUtils.java +++ b/src/android/net/util/NetworkStackUtils.java @@ -94,8 +94,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 |