Merge "Address nit in NetworkStackUtils" am: 076317a01f am: df598dc827

am: ea1a7389d4

Change-Id: I566c081abc3fd6759ddc722c03f838a70341ff9b
This commit is contained in:
Chiachang Wang
2019-04-11 12:43:52 -07:00
committed by android-build-merger

View File

@@ -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