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

Commit 75836b78 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fix typo in HdmiSwitchClient documentation"

parents 99e05fd2 9c98c368
Loading
Loading
Loading
Loading
+2 −8
Original line number Diff line number Diff line
@@ -103,10 +103,7 @@ public class HdmiSwitchClient extends HdmiClient {
     * Selects a CEC logical device to be a new active source.
     *
     * @param logicalAddress logical address of the device to select
     * @param executor executor to allow the develper to specify the thread upon which the listeners
     *     will be invoked
     * @param listener       listener to get the result with
     *
     * @hide
     */
    public void selectDevice(
@@ -134,10 +131,7 @@ public class HdmiSwitchClient extends HdmiClient {
     * Selects a HDMI port to be a new route path.
     *
     * @param portId   HDMI port to select
     * @param executor executor to allow the develper to specify the thread upon which the listeners
     *     will be invoked
     * @param listener listener to get the result with
     *
     * @hide
     */
    @SystemApi