From 6349436299f1524212f7c281d64608653ef88c12 Mon Sep 17 00:00:00 2001 From: Mateus Azis Date: Fri, 10 Mar 2023 09:29:01 -0800 Subject: [PATCH] Fix typo in android.telecom.Connection. Test: N/A Change-Id: I6aebd39eba3077e4435873a3db1de32d54622c15 --- telecomm/java/android/telecom/Connection.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/telecomm/java/android/telecom/Connection.java b/telecomm/java/android/telecom/Connection.java index 49ad58550db8f..7c60f81259c71 100644 --- a/telecomm/java/android/telecom/Connection.java +++ b/telecomm/java/android/telecom/Connection.java @@ -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. *

- * 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.