Update javadoc to use complete sentence
Avoid using the "iff" abbreviation in our Javadoc. Bug: 158092978 Test: m doc-comment-check-docs and check the generated doc Change-Id: I41bf8a6ddad200f00524d9b2dd1bf169810ee460
This commit is contained in:
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user