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

Commit 688b9cb6 authored by Jean-Michel Trivi's avatar Jean-Michel Trivi
Browse files

Fix error in javadoc for android.media.AudioTrack

Change-Id: Ic3d3a1067654ac45c4092d44d795030636427196
parent f6cd253c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2446,8 +2446,8 @@ public class AudioTrack extends PlayerBase
    //--------------------
    /**
     * The list of AudioRouting.OnRoutingChangedListener interfaces added (with
     * {@link AudioRecord#addOnRoutingChangedListener} by an app to receive
     * (re)routing notifications.
     * {@link #addOnRoutingChangedListener(android.media.AudioRouting.OnRoutingChangedListener, Handler)}
     * by an app to receive (re)routing notifications.
     */
    @GuardedBy("mRoutingChangeListeners")
    private ArrayMap<AudioRouting.OnRoutingChangedListener,