Skip to content

Commit 1022b99

Browse files
mik3yAndroid (Google) Code Review
authored andcommitted
Merge "Fix typo in UsbManager javadoc." into jb-dev
2 parents 607079d + 0099d67 commit 1022b99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/java/android/hardware/usb/UsbManager.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ public HashMap<String,UsbDevice> getDeviceList() {
257257
* data using {@link android.hardware.usb.UsbRequest}.
258258
*
259259
* @param device the device to open
260-
* @return true if we successfully opened the device
260+
* @return a {@link UsbDeviceConnection}, or {@code null} if open failed
261261
*/
262262
public UsbDeviceConnection openDevice(UsbDevice device) {
263263
try {

0 commit comments

Comments
 (0)