Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f8fd3420 authored by Niels Egberts's avatar Niels Egberts
Browse files

First argument of playSilence is incorrect in javaDoc.

Change-Id: Icc059471e61fb6154108b74ea45cb06554d80631
parent 795d777e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1168,7 +1168,7 @@ public class TextToSpeech {
     *
     * @return {@link #ERROR} or {@link #SUCCESS} of <b>queuing</b> 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,