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

Commit 4d589109 authored by Robert Wu's avatar Robert Wu Committed by Android (Google) Code Review
Browse files

Merge "MIDI: Fix some javadoc spacing"

parents 97dec9ac 8fd651b4
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -228,7 +228,7 @@ public final class MidiManager {
     * Registers a callback to receive notifications when MIDI 1.0 devices are added and removed.
     * Registers a callback to receive notifications when MIDI 1.0 devices are added and removed.
     * These are devices that do not default to Universal MIDI Packets. To register for a callback
     * These are devices that do not default to Universal MIDI Packets. To register for a callback
     * for those, call {@link #registerDeviceCallback} instead.
     * for those, call {@link #registerDeviceCallback} instead.

     *
     * The {@link  DeviceCallback#onDeviceStatusChanged} method will be called immediately
     * The {@link  DeviceCallback#onDeviceStatusChanged} method will be called immediately
     * for any devices that have open ports. This allows applications to know which input
     * for any devices that have open ports. This allows applications to know which input
     * ports are already in use and, therefore, unavailable.
     * ports are already in use and, therefore, unavailable.