summaryrefslogtreecommitdiff
path: root/src/android/net/util/NetworkStackUtils.java
diff options
context:
space:
mode:
authorChiachang Wang <chiachangwang@google.com>2019-04-11 04:03:52 -0700
committerandroid-build-merger <android-build-merger@google.com>2019-04-11 04:03:52 -0700
commitbae25b43d19b15fb88405e52c4482ff8038ca891 (patch)
tree6aba7b69209338efc9e6e8218bc0a36ead48d7f3 /src/android/net/util/NetworkStackUtils.java
parent0b4f7aaeea39fbc8bcafd67e972e19e8741b78a5 (diff)
parent0433da65cdca7948f163beb251cd4343be8f9c95 (diff)
Merge "Address nit in NetworkStackUtils"
am: 076317a01f Change-Id: I02e6eebe06875a8b07f3eac55fa8838757177c32
Diffstat (limited to 'src/android/net/util/NetworkStackUtils.java')
-rw-r--r--src/android/net/util/NetworkStackUtils.java3
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