Merge "Update javadoc to use complete sentence" am: d3068f93c3

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1323953

Change-Id: I6c8358c81bbc7a08802ef027fcd32adea4821ba0
This commit is contained in:
Treehugger Robot
2020-06-05 03:17:00 +00:00
committed by Automerger Merge Worker

View File

@@ -468,8 +468,8 @@ public class NetworkRequest implements Parcelable {
} }
/** /**
* Returns true iff. the capabilities requested in this NetworkRequest are satisfied by the * Returns true if and only if the capabilities requested in this NetworkRequest are satisfied
* provided {@link NetworkCapabilities}. * by the provided {@link NetworkCapabilities}.
* *
* @param nc Capabilities that should satisfy this NetworkRequest. null capabilities do not * @param nc Capabilities that should satisfy this NetworkRequest. null capabilities do not
* satisfy any request. * satisfy any request.