Fix checkbuild error due to javadoc reference to hidden class

Change-Id: I128b8a6dd725468d0c9503b8229f8939fddb51bc
This commit is contained in:
Sandeep Siddhartha
2013-09-09 19:15:28 -07:00
parent 11f2b42d8c
commit bc916b221a

View File

@@ -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";