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

Commit 1022b999 authored by mike wakerly's avatar mike wakerly Committed by Android (Google) Code Review
Browse files

Merge "Fix typo in UsbManager javadoc." into jb-dev

parents 607079d8 0099d67d
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -257,7 +257,7 @@ public class UsbManager {
     * data using {@link android.hardware.usb.UsbRequest}.
     * data using {@link android.hardware.usb.UsbRequest}.
     *
     *
     * @param device the device to open
     * @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) {
    public UsbDeviceConnection openDevice(UsbDevice device) {
        try {
        try {