diff options
| author | 2023-03-13 17:36:55 +0000 | |
|---|---|---|
| committer | 2023-03-13 17:36:55 +0000 | |
| commit | 9f734461f9e3b82686fcc2bbbf1f431613a9c76c (patch) | |
| tree | 6a509eec59b9ac984577b4fb669d98fdd62bb01c | |
| parent | 1169a57b9edab1316bd20b255200e5d4ddc8e53c (diff) | |
| parent | f2ff682b0753322bcd9df9782c1f85f89da14427 (diff) | |
Merge "Fix typo in android.telecom.Connection." am: c8b5936fea am: f2ff682b07
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/2481490
Change-Id: I1da77f67b6565ecd73ca35db7fcbf39abaea1032
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
| -rw-r--r-- | telecomm/java/android/telecom/Connection.java | 2 |
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. |