am 1022b999: Merge "Fix typo in UsbManager javadoc." into jb-dev
* commit '1022b9999de8fb022db6923a55e37ffc7dfca176': 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