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

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

MIDI: Remove extra comma

Bug: 290957959
Test: presubmit
Change-Id: I33b267e8ac375a33e29bd441803a1c3be4f88575
parent 0cf0749d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -85,7 +85,7 @@ import java.util.concurrent.atomic.AtomicLong;
//TODO Introduce a single lock object to lock the whole state and avoid the requirement above.

// All users should be able to connect to USB and Bluetooth MIDI devices.
// All users can create can install an app that provides, a Virtual MIDI Device Service.
// All users can create can install an app that provides a Virtual MIDI Device Service.
// Users can not open virtual MIDI devices created by other users.
// getDevices() surfaces devices that can be opened by that user.
// openDevice() rejects devices that are cannot be opened by that user.