summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Mateus Azis <azis@google.com> 2023-03-13 16:13:35 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2023-03-13 16:13:35 +0000
commitc8b5936fea9d54dfba076d62cef7f3a1ea615d7f (patch)
tree29c9578c6c635611fbabe5ff43f6c82ef7735857
parent9b40b1ff616905f0151deb3730eea6801e2466d4 (diff)
parent6349436299f1524212f7c281d64608653ef88c12 (diff)
Merge "Fix typo in android.telecom.Connection."
-rw-r--r--telecomm/java/android/telecom/Connection.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/telecomm/java/android/telecom/Connection.java b/telecomm/java/android/telecom/Connection.java
index 49ad58550db8..7c60f81259c7 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.
* <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.