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

Commit 9c98c368 authored by Marvin Ramin's avatar Marvin Ramin Committed by Nick Chalko
Browse files

Fix typo in HdmiSwitchClient documentation

Fixing the typo by removing the parameter in the javadoc.
@CallbackExecutor will automatically generate documentation for this
parameter

Test: n/a
Change-Id: Ie78028d0b1fb1b48ee7b07585734a2301135636b
parent cebe2d62
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