From 8d1f15bbba58a7c63520bf6e56991a8510e469ee Mon Sep 17 00:00:00 2001 From: Anton Hansson Date: Tue, 3 Oct 2023 14:49:39 +0000 Subject: Fix broken @see/@link references in textclassifier IntDefs are not present in the generated documentation, so can not be referenced in other documentation. Bug: 303184203 Test: m docs Change-Id: If735b8a133529af95ff950e250948e0526fcbbdc --- core/java/android/view/textclassifier/TextClassifierEvent.java | 4 ++-- 1 file 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}. *

* Supported types: - *

See {@link TextClassifier.EntityType} - *

See {@link ConversationAction.ActionType} + *

See {@link TextClassifier} types + *

See {@link ConversationAction} types *

See {@link ULocale#toLanguageTag()} */ @NonNull -- cgit v1.2.3-59-g8ed1b