From c3341e88cf0dd8c7662d1570f6c1d14634b5e0cc Mon Sep 17 00:00:00 2001 From: Steven Moreland Date: Fri, 28 Jun 2024 17:24:12 +0000 Subject: Fix typo in DeadObjectException.java Change-Id: I6618c5637ba11e56bd73b0c157fb5d59b1002502 Fixes: 349165769 Test: N/A --- core/java/android/os/DeadObjectException.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/java/android/os/DeadObjectException.java b/core/java/android/os/DeadObjectException.java index fc3870e812a2..0a50778dce72 100644 --- a/core/java/android/os/DeadObjectException.java +++ b/core/java/android/os/DeadObjectException.java @@ -26,7 +26,7 @@ import android.os.RemoteException; * receive this error from an app, at a minimum, you should * recover by resetting the connection. For instance, you should * drop the binder, clean up associated state, and reset your - * connection to the service which through this error. In order + * connection to the service which threw this error. In order * to simplify your error recovery paths, you may also want to * "simply" restart your process. However, this may not be an * option if the service you are talking to is unreliable or -- cgit v1.2.3-59-g8ed1b