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

Commit aa8d20d6 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "MIDI: Remove < from docs" into main

parents d82023ff c34d4405
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -528,8 +528,8 @@ public class MidiEchoDeviceService extends MidiUmpDeviceService {

    &#64;Override
    // Declare the receivers associated with your input ports.
    public List<MidiReceiver> onGetInputPortReceivers() {
        return new ArrayList<MidiReceiver>(Collections.singletonList(mInputReceiver));
    public List&lt;MidiReceiver> onGetInputPortReceivers() {
        return new ArrayList&lt;MidiReceiver>(Collections.singletonList(mInputReceiver));
    }

    /**