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

Commit ceff3415 authored by mike wakerly's avatar mike wakerly Committed by Android Git Automerger
Browse files

am 1022b999: Merge "Fix typo in UsbManager javadoc." into jb-dev

* commit '1022b999':
  Fix typo in UsbManager javadoc.
parents 4b4bd1b3 1022b999
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 {