From d41b852f92ec2def734eac68a76ecbcea17e3cc9 Mon Sep 17 00:00:00 2001 From: Siva Velusamy Date: Tue, 29 Oct 2013 14:01:44 -0700 Subject: Fix Javadoc error This fixes an error introduced with I180296d413a18301cead1c8e3212de2bd0c7e32d Change-Id: I06512a0fb388738fae5bba5540189095f23f1e2a --- core/java/android/speech/tts/SynthesisCallback.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'core/java/android/speech/tts') 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 +} -- cgit v1.1