summaryrefslogtreecommitdiff
path: root/src/android/net/util
diff options
context:
space:
mode:
authorChiachang Wang <chiachangwang@google.com>2019-04-11 12:43:52 -0700
committerChiachang Wang <chiachangwang@google.com>2019-04-12 01:01:50 +0000
commit6f196bf372269f473629d46a65ee533d72ab0f53 (patch)
tree7573b291a48d5963f2abf05ed5bd5ed4a7f8230d /src/android/net/util
parent1b40047789ca45d09401bed2c53e0fce17a1ee91 (diff)
Address nit in NetworkStackUtils
Follow up commit to fix nit in aosp/937891 Bug: 120013793 Test: Build Change-Id: I61a6306d3c439a2d72323ab56e2b47771cc60d48 Merged-In: Ide4741305724a9e0d26305f8406c5445f9de12b3 (cherry picked from commit cfb4e06b14925a7ed4324df0e40ec521256ed249)
Diffstat (limited to 'src/android/net/util')
-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 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