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

Commit 228defd6 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

* commit '24a99f11':
  Fix a javadoc @see error
parents 5a1df005 24a99f11
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -19,7 +19,7 @@ package android.media;
/**
/**
 * AudioDeviceCallback defines the mechanism by which applications can receive notifications
 * AudioDeviceCallback defines the mechanism by which applications can receive notifications
 * of audio device connection and disconnection events.
 * of audio device connection and disconnection events.
 * @see AudioManager#registerAudioDeviceCallback.
 * @see AudioManager#registerAudioDeviceCallback(AudioDeviceCallback, android.os.Handler handler).
 */
 */
public abstract class AudioDeviceCallback {
public abstract class AudioDeviceCallback {
    /**
    /**