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

Commit c34d4405 authored by Robert Wu's avatar Robert Wu
Browse files

MIDI: Remove < from docs

"<" needs to be replaced with "&lt;" in docs.

Bug: 335516003
Test: presubmit
Change-Id: I18bc9a0a01d54c72175b27146b624903dc289924
parent 373fd733
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));
    }

    /**