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

Commit 6a9d93ac authored by Ying Wang's avatar Ying Wang Committed by Android (Google) Code Review
Browse files

Merge "Fix doc build." into jb-mr2-dev

parents dc1975ea b1626171
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