diff options
author | Sandeep Siddhartha <sansid@google.com> | 2013-09-09 19:15:28 -0700 |
---|---|---|
committer | Sandeep Siddhartha <sansid@google.com> | 2013-09-10 02:17:20 +0000 |
commit | bc916b221a344d0d2f8f6353c5162f9a6d61eb8b (patch) | |
tree | 533b576e88fa2dbc989ca2fd9237306fc15ea40f | |
parent | 11f2b42d8c185ac91db07a539605cba7ecd28e6a (diff) | |
download | frameworks_base-bc916b221a344d0d2f8f6353c5162f9a6d61eb8b.zip frameworks_base-bc916b221a344d0d2f8f6353c5162f9a6d61eb8b.tar.gz frameworks_base-bc916b221a344d0d2f8f6353c5162f9a6d61eb8b.tar.bz2 |
Fix checkbuild error due to javadoc reference to hidden class
Change-Id: I128b8a6dd725468d0c9503b8229f8939fddb51bc
-rw-r--r-- | core/java/android/speech/hotword/HotwordRecognitionService.java | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/core/java/android/speech/hotword/HotwordRecognitionService.java b/core/java/android/speech/hotword/HotwordRecognitionService.java index 9a59f19..1cba281 100644 --- a/core/java/android/speech/hotword/HotwordRecognitionService.java +++ b/core/java/android/speech/hotword/HotwordRecognitionService.java @@ -48,8 +48,7 @@ public abstract class HotwordRecognitionService extends Service { private static final boolean DBG = false; /** - * Key used to retrieve a string to be displayed to the user passed to the - * {@link android.speech.hotword.HotwordRecognitionListener#onHotwordEvent(int, Bundle)} method. + * Key used to retrieve a string to be displayed to the user. */ public static final String KEY_PROMPT_TEXT = "prompt_text"; |