Merge "doc: Fixing Javadoc formatting problems." into oc-mr1-dev

This commit is contained in:
Andrew Solovay
2017-12-20 21:34:26 +00:00
committed by Android (Google) Code Review
2 changed files with 2 additions and 1 deletions

View File

@@ -438,6 +438,7 @@ import com.android.internal.os.SomeArgs;
* AutofillValue password = passwordNode.getAutofillValue().getTextValue().toString();
*
* save(username, password);
* </pre>
*
* <a name="Privacy"></a>
* <h3>Privacy</h3>

View File

@@ -129,7 +129,7 @@ public final class FillRequest implements Parcelable {
/**
* Gets the extra client state returned from the last {@link
* AutofillService#onFillRequest(FillRequest, CancellationSignal, FillCallback)}
* fill request}.
* fill request.
*
* @return The client state.
*/