am 61dda198: Fix SynthesisRequest javadoc

* commit '61dda198598e95971ca224e3bcb7393f30e45657':
  Fix SynthesisRequest javadoc
This commit is contained in:
Przemyslaw Szczepaniak
2013-09-02 09:47:51 -07:00
committed by Android Git Automerger

View File

@@ -30,7 +30,7 @@ import android.os.Bundle;
* </ul>
*
* Any additional parameters sent to the text to speech service are passed in
* uninterpreted, see the @code{params} argument in {@link TextToSpeech#speak}
* uninterpreted, see the {@code params} argument in {@link TextToSpeech#speak}
* and {@link TextToSpeech#synthesizeToFile}.
*/
public final class SynthesisRequest {