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

Commit 0099d67d authored by mike wakerly's avatar mike wakerly
Browse files

Fix typo in UsbManager javadoc.

Closes http://b.android.com/32863

Change-Id: I8fc03ee70209413f279f606b393e79c12ee9c0d2
parent 2f8cc17f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -257,7 +257,7 @@ public class UsbManager {
     * data using {@link android.hardware.usb.UsbRequest}.
     *
     * @param device the device to open
     * @return true if we successfully opened the device
     * @return a {@link UsbDeviceConnection}, or {@code null} if open failed
     */
    public UsbDeviceConnection openDevice(UsbDevice device) {
        try {