summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Eric Lin <ericth@google.com> 2025-01-10 23:16:41 -0800
committer Eric Lin <ericth@google.com> 2025-01-10 23:17:19 -0800
commit8d22eaffdbfa42404f5fe1d95bd8caf74e2bb622 (patch)
tree387d10eec2dffd9e102ce5e4619e9539689312c4
parentecae5d80bcb219251bbe84bb7baa6a9fe52171b2 (diff)
Fix typo.
BUG: 387193964 Flag: EXEMPT refactor Test: Local build Change-Id: I898344daaaacf6679ebf5d7218239bce47ca4c91
-rw-r--r--services/tests/wmtests/src/com/android/server/wm/WindowManagerServiceTestSupport.kt2
1 files changed, 1 insertions, 1 deletions
diff --git a/services/tests/wmtests/src/com/android/server/wm/WindowManagerServiceTestSupport.kt b/services/tests/wmtests/src/com/android/server/wm/WindowManagerServiceTestSupport.kt
index 24deee29b5ac..a165d20eb5c1 100644
--- a/services/tests/wmtests/src/com/android/server/wm/WindowManagerServiceTestSupport.kt
+++ b/services/tests/wmtests/src/com/android/server/wm/WindowManagerServiceTestSupport.kt
@@ -58,7 +58,7 @@ object WindowManagerServiceTestSupport {
* }
* ```
*
- * @param context the [Context]] for the service.
+ * @param context the [Context] for the service.
* @param im the [InputManagerService] to use.
* @param policy the [WindowManagerPolicy] to use.
* @param atm the [ActivityTaskManagerService] to use.