From 6f196bf372269f473629d46a65ee533d72ab0f53 Mon Sep 17 00:00:00 2001 From: Chiachang Wang Date: Thu, 11 Apr 2019 12:43:52 -0700 Subject: 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) --- src/android/net/util/NetworkStackUtils.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/android/net/util/NetworkStackUtils.java') 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 -- cgit v1.2.3