am 1567a434: Fix typo in UsbManager javadoc.

* commit '1567a4341bf642e17432a079d3de3381c7a93340':
  Fix typo in UsbManager javadoc.
This commit is contained in:
mike wakerly
2012-08-09 11:38:42 -07:00
committed by Android Git Automerger

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 {