diff options
| author | 2023-10-04 06:53:42 +0000 | |
|---|---|---|
| committer | 2023-10-04 06:53:42 +0000 | |
| commit | ffc2dafd1c1d23e13326aeaefe4cddef3312e9e5 (patch) | |
| tree | 2a92772deab033e185a54ca69fe9b08a31191e98 | |
| parent | 1a69b9e991f3d34b9f873e42135e4794c7f37165 (diff) | |
| parent | 8d1f15bbba58a7c63520bf6e56991a8510e469ee (diff) | |
Merge "Fix broken @see/@link references in textclassifier" into main
| -rw-r--r-- | core/java/android/view/textclassifier/TextClassifierEvent.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/java/android/view/textclassifier/TextClassifierEvent.java b/core/java/android/view/textclassifier/TextClassifierEvent.java index 195565c5bc09..33db6715c327 100644 --- a/core/java/android/view/textclassifier/TextClassifierEvent.java +++ b/core/java/android/view/textclassifier/TextClassifierEvent.java @@ -551,8 +551,8 @@ public abstract class TextClassifierEvent implements Parcelable { * Sets the entity types. e.g. {@link TextClassifier#TYPE_ADDRESS}. * <p> * Supported types: - * <p>See {@link TextClassifier.EntityType} - * <p>See {@link ConversationAction.ActionType} + * <p>See {@link TextClassifier} types + * <p>See {@link ConversationAction} types * <p>See {@link ULocale#toLanguageTag()} */ @NonNull |