summaryrefslogtreecommitdiffstats
path: root/core/java
diff options
context:
space:
mode:
authorSiva Velusamy <vsiva@google.com>2013-10-29 14:01:44 -0700
committerSiva Velusamy <vsiva@google.com>2013-10-29 14:11:11 -0700
commitd41b852f92ec2def734eac68a76ecbcea17e3cc9 (patch)
treed0af9afbf1230b17780daddf59475397f4005dbc /core/java
parentbe7f22b7a8fefbabda7f6eb051e6009342e95d41 (diff)
downloadframeworks_base-d41b852f92ec2def734eac68a76ecbcea17e3cc9.zip
frameworks_base-d41b852f92ec2def734eac68a76ecbcea17e3cc9.tar.gz
frameworks_base-d41b852f92ec2def734eac68a76ecbcea17e3cc9.tar.bz2
Fix Javadoc error
This fixes an error introduced with I180296d413a18301cead1c8e3212de2bd0c7e32d Change-Id: I06512a0fb388738fae5bba5540189095f23f1e2a
Diffstat (limited to 'core/java')
-rw-r--r--core/java/android/speech/tts/SynthesisCallback.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/java/android/speech/tts/SynthesisCallback.java b/core/java/android/speech/tts/SynthesisCallback.java
index 6037de2..bc2f239 100644
--- a/core/java/android/speech/tts/SynthesisCallback.java
+++ b/core/java/android/speech/tts/SynthesisCallback.java
@@ -116,7 +116,7 @@ public interface SynthesisCallback {
* fallback is happening.
*
* Fallback can be requested by the client by setting
- * {@link TextToSpeechClient.Params#FALLBACK_VOICE_ID} voice parameter with a id of
+ * {@link TextToSpeechClient.Params#FALLBACK_VOICE_NAME} voice parameter with a id of
* the voice that is expected to be used for the fallback.
*
* This method will fail if user called {@link #start(int, int, int)} and/or
@@ -152,4 +152,4 @@ public interface SynthesisCallback {
* Useful for checking if a fallback from network request is possible.
*/
public boolean hasFinished();
-} \ No newline at end of file
+}