diff options
| author | 2013-09-02 16:41:05 +0100 | |
|---|---|---|
| committer | 2013-09-02 16:41:05 +0100 | |
| commit | 61dda198598e95971ca224e3bcb7393f30e45657 (patch) | |
| tree | c6f4591ac1b08884a31962e25c47e125391c06a5 | |
| parent | f272446372b865e315240bce50853769d77fa939 (diff) | |
Fix SynthesisRequest javadoc
Bug: 10548784
Change-Id: I76a89bb9accdeee00c60a668adbdd789b995cd92
| -rw-r--r-- | core/java/android/speech/tts/SynthesisRequest.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/speech/tts/SynthesisRequest.java b/core/java/android/speech/tts/SynthesisRequest.java index 917a10978d19..12a026b0ba06 100644 --- a/core/java/android/speech/tts/SynthesisRequest.java +++ b/core/java/android/speech/tts/SynthesisRequest.java @@ -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 { |