am 1567a434: Fix typo in UsbManager javadoc.
* commit '1567a4341bf642e17432a079d3de3381c7a93340': Fix typo in UsbManager javadoc.
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user