Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b1626171 authored by Ying Wang's avatar Ying Wang
Browse files

Fix doc build.

Change-Id: I479df06f2aed33bf29bb8d90be2339a80248beaa
parent e494a81f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -119,7 +119,7 @@ public class UsbDeviceConnection {
     * @return length of data transferred (or zero) for success,
     * or negative value for failure
     *
     * @deprecate Use {@link #controlTransfer(int, int, int, int, byte[], int, int, int)}
     * @deprecated Use {@link #controlTransfer(int, int, int, int, byte[], int, int, int)}
     * which accepts a buffer start index.
     */
    @Deprecated
@@ -166,7 +166,7 @@ public class UsbDeviceConnection {
     * @return length of data transferred (or zero) for success,
     * or negative value for failure
     *
     * @deprecate Use {@link #bulkTransfer(UsbEndpoint, byte[], int, int, int)}
     * @deprecated Use {@link #bulkTransfer(UsbEndpoint, byte[], int, int, int)}
     * which accepts a buffer start index.
     */
    @Deprecated