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

Commit 5953dfbf authored by Paul McLean's avatar Paul McLean Committed by android-build-merger
Browse files

Merge "Fix a javadoc @see error" into nyc-dev am: 24a99f11

am: 228defd6

* commit '228defd6':
  Fix a javadoc @see error
parents 4c912fa2 228defd6
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 {
    /**