From 8a788f409423bf0e3badce3c8436eb9886084eaa Mon Sep 17 00:00:00 2001 From: Andrew Solovay Date: Wed, 12 Dec 2018 14:25:47 -0800 Subject: docs: Fixing malformed @links Several @link javadoc directives were malformed, resulting in the Javadoc code being output to the HTML. Staged to: http://go/dac-stage/reference/android/app/Activity http://go/dac-stage/reference/android/app/RemoteInput http://go/dac-stage/android/os/UserManager Bug: 120743732 Test: make ds-docs Change-Id: I2c00c7e1e3adcff696e6d000206aeeaea61e7ecd Exempt-From-Owner-Approval: Doc-only change --- core/java/android/app/RemoteInput.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/java/android/app/RemoteInput.java') diff --git a/core/java/android/app/RemoteInput.java b/core/java/android/app/RemoteInput.java index 85fe99d95969..b1c71209948d 100644 --- a/core/java/android/app/RemoteInput.java +++ b/core/java/android/app/RemoteInput.java @@ -149,7 +149,7 @@ public final class RemoteInput implements Parcelable { /** * Returns true if the input only accepts data, meaning {@link #getAllowFreeFormInput} - * is false, {@link #getChoices} is null or empty, and {@link #getAllowedDataTypes is + * is false, {@link #getChoices} is null or empty, and {@link #getAllowedDataTypes} is * non-null and not empty. */ public boolean isDataOnly() { -- cgit v1.2.3