summaryrefslogtreecommitdiff
path: root/core/java
diff options
context:
space:
mode:
authorLaura Davis <@google.com>2018-06-05 15:25:05 -0700
committerLaura Davis <laurabd@google.com>2018-06-05 16:02:42 -0700
commit890662c3c4100ec0510226d6feb7142ac27cd82c (patch)
tree8f7488f3600d2a22b29130f9cf1faefa3b63f2d5 /core/java
parente5a3125c1c398fd96939ac3abff6c0a0b81b2d5d (diff)
docs: Changed language to be gender-neutral.
Test: make ds-docs Bug: 75324366 Change-Id: Ia2dbcbe4bec303791cbbb004bab6a0b585c5dfb6
Diffstat (limited to 'core/java')
-rw-r--r--core/java/android/view/View.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/java/android/view/View.java b/core/java/android/view/View.java
index 172e248d3d3f..2c9e543c3abd 100644
--- a/core/java/android/view/View.java
+++ b/core/java/android/view/View.java
@@ -26933,10 +26933,10 @@ public class View implements Drawable.Callback, KeyEvent.Callback,
* version supported by the application. For example, the method
* {@link View#onInitializeAccessibilityNodeInfo(AccessibilityNodeInfo)} is not available
* in API version 4 when the accessibility APIs were first introduced. If a
- * developer would like his application to run on API version 4 devices (assuming
+ * developer would like their application to run on API version 4 devices (assuming
* all other APIs used by the application are version 4 or lower) and take advantage
* of this method, instead of overriding the method which would break the application's
- * backwards compatibility, he can override the corresponding method in this
+ * backwards compatibility, they can override the corresponding method in this
* delegate and register the delegate in the target View if the API version of
* the system is high enough, i.e. the API version is the same as or higher than the API
* version that introduced