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

Commit 455388bd authored by Paul McLean's avatar Paul McLean
Browse files

Fix a javadoc @see error

Bug: 26194337
Change-Id: I7945058e0948238e9b2be7e5d8a7dc3ac4d814dc
parent d3c0cf50
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@ package android.media;
/**
 * AudioDeviceCallback defines the mechanism by which applications can receive notifications
 * of audio device connection and disconnection events.
 * @see AudioManager#registerAudioDeviceCallback.
 * @see AudioManager#registerAudioDeviceCallback(AudioDeviceCallback, android.os.Handler handler).
 */
public abstract class AudioDeviceCallback {
    /**