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

This commit is contained in:
mike wakerly
2012-08-09 16:47:10 -07:00
committed by Android (Google) Code Review

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 {