From fa29f96603bee35cdffafa4244c22cc6a3a8408a Mon Sep 17 00:00:00 2001 From: Seigo Nonaka Date: Fri, 3 Jun 2022 21:15:46 +0000 Subject: [PATCH] Fix owner files in text components in the widget directory Text team owns the text related module in widget. The previous per-file line was not working due to extra spaces between files list. Fixed by removing white spaces and also change to refer the text team OWNERS file. Bug: 234759754 Test: N/A Change-Id: I3302de8fd90a12e7745f15d07c8c53c900bb3a14 --- core/java/android/widget/OWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/java/android/widget/OWNERS b/core/java/android/widget/OWNERS index e1d601258b1dc..bd0a5162a0366 100644 --- a/core/java/android/widget/OWNERS +++ b/core/java/android/widget/OWNERS @@ -8,6 +8,6 @@ siyamed@google.com mount@google.com njawad@google.com -per-file TextView*, EditText.java, Editor.java = siyamed@google.com, nona@google.com, clarabayarri@google.com +per-file TextView*,EditText.java,Editor.java,EditorTouchState.java = file:../text/OWNERS per-file SpellChecker.java = file:../view/inputmethod/OWNERS