summaryrefslogtreecommitdiff
path: root/core/java/android/widget/TableLayout.java
diff options
context:
space:
mode:
authorJeff Sharkey <jsharkey@android.com>2020-09-11 14:57:21 -0600
committerJeff Sharkey <jsharkey@android.com>2020-09-14 10:00:07 -0600
commita8cec413b65bfc3ea23575b34eb983c20944491b (patch)
tree45b6c2cae640a384763a67a4fa2f805586423191 /core/java/android/widget/TableLayout.java
parent16dd960d6f43281cd41f4c35e086eb4eebfa8254 (diff)
Update language to comply with Android's inclusive language guidance
See https://source.android.com/setup/contribute/respectful-code for reference Test: none Bug: 168334533 Exempt-From-Owner-Approval: docs updates Change-Id: I245b8d9cac722da76ea67983738a3cbb9deb68df
Diffstat (limited to 'core/java/android/widget/TableLayout.java')
-rw-r--r--core/java/android/widget/TableLayout.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/widget/TableLayout.java b/core/java/android/widget/TableLayout.java
index 8bb4d16fe7df..8e635f4be68e 100644
--- a/core/java/android/widget/TableLayout.java
+++ b/core/java/android/widget/TableLayout.java
@@ -751,7 +751,7 @@ public class TableLayout extends LinearLayout {
/**
* <p>A pass-through listener acts upon the events and dispatches them
* to another listener. This allows the table layout to set its own internal
- * hierarchy change listener without preventing the user to setup his.</p>
+ * hierarchy change listener without preventing the user to setup this.</p>
*/
private class PassThroughHierarchyChangeListener implements
OnHierarchyChangeListener {