Fix typo in UsbManager javadoc.

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

Change-Id: I8fc03ee70209413f279f606b393e79c12ee9c0d2
This commit is contained in:
mike wakerly
2012-07-17 19:58:19 -07:00
parent 7c46e4380e
commit 1567a4341b

View File

@@ -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 {