Fix Javadoc error

This fixes an error introduced with I180296d413a18301cead1c8e3212de2bd0c7e32d

Change-Id: I06512a0fb388738fae5bba5540189095f23f1e2a
This commit is contained in:
Siva Velusamy
2013-10-29 14:01:44 -07:00
parent be7f22b7a8
commit d41b852f92

View File

@@ -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();
}
}