From 85a3d2366e6ef10e28432d09929c26b096290a3f Mon Sep 17 00:00:00 2001 From: Kedar Chitnis Date: Tue, 12 Oct 2021 05:34:47 +0000 Subject: [PATCH] Removed a extra "the" in comments in file ViewRootImpl.java Bug: 202689392 Test: N/A Change-Id: I974d6eb12e007d60b4a48e6e6884229823bcbb9d --- core/java/android/view/ViewRootImpl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/java/android/view/ViewRootImpl.java b/core/java/android/view/ViewRootImpl.java index 2d1cfd21e2c49..113aa7f9f14b6 100644 --- a/core/java/android/view/ViewRootImpl.java +++ b/core/java/android/view/ViewRootImpl.java @@ -5635,7 +5635,7 @@ public final class ViewRootImpl implements ViewParent, } /** - * Marks the the input event as finished then forwards it to the next stage. + * Marks the input event as finished then forwards it to the next stage. */ protected void finish(QueuedInputEvent q, boolean handled) { q.mFlags |= QueuedInputEvent.FLAG_FINISHED;