Merge "Fix a typo causing the docs to render the "See also" section as "}"" into main am: d4da63fcb6 am: c72dab4892 am: 3e96cb2f69 am: 16ab50c6e6 am: 1617710375
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/2752079
Change-Id: Iab07669935f613cd49fc4ac02a637500b1e6a79e
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
diff --git a/core/java/android/view/ViewGroup.java b/core/java/android/view/ViewGroup.java
index 85d7c10..fe515cd 100644
--- a/core/java/android/view/ViewGroup.java
+++ b/core/java/android/view/ViewGroup.java
@@ -4437,7 +4437,7 @@
* @param drawingPosition the drawing order position.
* @return the container position of a child for this drawing order position.
*
- * @see #getChildDrawingOrder(int, int)}
+ * @see #getChildDrawingOrder(int, int)
*/
public final int getChildDrawingOrder(int drawingPosition) {
return getChildDrawingOrder(getChildCount(), drawingPosition);