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

Commit 1e60b8c2 authored by Ying Wang's avatar Ying Wang Committed by Android Git Automerger
Browse files

am 6a9d93ac: Merge "Fix doc build." into jb-mr2-dev

* commit '6a9d93ac':
  Fix doc build.
parents a20ae0ad 6a9d93ac
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