Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5f6705f0 authored by Treehugger Robot's avatar Treehugger Robot Committed by Chiachang Wang
Browse files

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
Merged-In: I41bf8a6ddad200f00524d9b2dd1bf169810ee460
Change-Id: I41bf8a6ddad200f00524d9b2dd1bf169810ee460
parent f813234a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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.