From f8fd3420919a2693b644294d2dbd432b19370f3d Mon Sep 17 00:00:00 2001 From: Niels Egberts Date: Wed, 2 Jul 2014 17:16:04 +0100 Subject: First argument of playSilence is incorrect in javaDoc. Change-Id: Icc059471e61fb6154108b74ea45cb06554d80631 --- core/java/android/speech/tts/TextToSpeech.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/java/android/speech') diff --git a/core/java/android/speech/tts/TextToSpeech.java b/core/java/android/speech/tts/TextToSpeech.java index b1040d0..e1c1767 100644 --- a/core/java/android/speech/tts/TextToSpeech.java +++ b/core/java/android/speech/tts/TextToSpeech.java @@ -1168,7 +1168,7 @@ public class TextToSpeech { * * @return {@link #ERROR} or {@link #SUCCESS} of queuing the playSilence operation. * @deprecated As of API level 20, replaced by - * {@link #playSilence(String, int, HashMap, String)}. + * {@link #playSilence(long, int, HashMap, String)}. */ @Deprecated public int playSilence(final long durationInMs, final int queueMode, -- cgit v1.1