OSDN Git Service

Fix SynthesisRequest javadoc
authorPrzemyslaw Szczepaniak <pszczepaniak@google.com>
Mon, 2 Sep 2013 15:41:05 +0000 (16:41 +0100)
committerPrzemyslaw Szczepaniak <pszczepaniak@google.com>
Mon, 2 Sep 2013 15:41:05 +0000 (16:41 +0100)
Bug: 10548784
Change-Id: I76a89bb9accdeee00c60a668adbdd789b995cd92

core/java/android/speech/tts/SynthesisRequest.java

index 917a109..12a026b 100644 (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 {