From 8b60559b7e2c2f4dabd50a5cf5de46506f181bf4 Mon Sep 17 00:00:00 2001 From: Chiachang Wang Date: Thu, 4 Jun 2020 15:08:43 +0800 Subject: [PATCH] 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 --- core/java/android/net/NetworkRequest.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/java/android/net/NetworkRequest.java b/core/java/android/net/NetworkRequest.java index b1e9c35b50..261a163880 100644 --- a/core/java/android/net/NetworkRequest.java +++ b/core/java/android/net/NetworkRequest.java @@ -468,8 +468,8 @@ public class NetworkRequest implements Parcelable { } /** - * Returns true iff. the capabilities requested in this NetworkRequest are satisfied by the - * provided {@link NetworkCapabilities}. + * Returns true if and only if the capabilities requested in this NetworkRequest are satisfied + * by the provided {@link NetworkCapabilities}. * * @param nc Capabilities that should satisfy this NetworkRequest. null capabilities do not * satisfy any request.