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

Commit 63494362 authored by Mateus Azis's avatar Mateus Azis
Browse files

Fix typo in android.telecom.Connection.

Test: N/A
Change-Id: I6aebd39eba3077e4435873a3db1de32d54622c15
parent f74b6baf
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -82,7 +82,7 @@ import java.util.concurrent.ConcurrentHashMap;
 * must call {@link #destroy()} to signal to the framework that the {@code Connection} is no
 * longer used and associated resources may be recovered.
 * <p>
 * Subclasses of {@code Connection} override the {@code on*} methods to provide the the
 * Subclasses of {@code Connection} override the {@code on*} methods to provide the
 * {@link ConnectionService}'s implementation of calling functionality.  The {@code on*} methods are
 * called by Telecom to inform an instance of a {@code Connection} of actions specific to that
 * {@code Connection} instance.