diff options
| -rw-r--r-- | services/tests/wmtests/src/com/android/server/wm/WindowManagerServiceTestSupport.kt | 2 |
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. |