From e5c953b7ec740bd28ff9c40d81a95692d8e2252e Mon Sep 17 00:00:00 2001 From: Lais Andrade Date: Fri, 31 Jul 2020 13:46:13 +0000 Subject: [PATCH] Update language to comply with Android's inclusive language guidance See https://source.android.com/setup/contribute/respectful-code for reference BUG: 162536543 Test: N/A Change-Id: Ied240c486df4072ca6301511aa3419f746404afa --- core/java/android/view/ViewDebug.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/java/android/view/ViewDebug.java b/core/java/android/view/ViewDebug.java index 8a5be75b6c31d..e138baed31cb1 100644 --- a/core/java/android/view/ViewDebug.java +++ b/core/java/android/view/ViewDebug.java @@ -532,7 +532,7 @@ public class ViewDebug { @UnsupportedAppUsage static void dispatchCommand(View view, String command, String parameters, OutputStream clientStream) throws IOException { - // Paranoid but safe... + // Just being cautious... view = view.getRootView(); if (REMOTE_COMMAND_DUMP.equalsIgnoreCase(command)) {