Fixing the build
Change-Id: Ic3664e5cd812d5fe59c9cf2657a441ca76a61135
diff --git a/core/java/android/view/accessibility/AccessibilityEvent.java b/core/java/android/view/accessibility/AccessibilityEvent.java
index 90452eb..25f01a7 100644
--- a/core/java/android/view/accessibility/AccessibilityEvent.java
+++ b/core/java/android/view/accessibility/AccessibilityEvent.java
@@ -171,9 +171,9 @@
* <li>{@link #getEventTime()} - The event time.</li>
* <li>{@link #getText()} - The text of the source.</li>
* <li>{@link #isEnabled()} - Whether the source is enabled.</li>
- * <li>{@link #getScrollX())} - The horizontal offset of the source
+ * <li>{@link #getScrollX()} - The horizontal offset of the source
* (without descendants of AdapterView)).</li>
- * <li>{@link #getScrollY())} - The vertical offset of the source
+ * <li>{@link #getScrollY()} - The vertical offset of the source
* (without descendants of AdapterView)).</li>
* <li>{@link #getFromIndex()} - The index of the first visible item of the source
* (for descendants of AdapterView).</li>
diff --git a/core/java/android/view/accessibility/AccessibilityRecord.java b/core/java/android/view/accessibility/AccessibilityRecord.java
index 836899f..b9815c5 100644
--- a/core/java/android/view/accessibility/AccessibilityRecord.java
+++ b/core/java/android/view/accessibility/AccessibilityRecord.java
@@ -394,7 +394,7 @@
/**
* Sets the scroll position of the source along the Y axis.
*
- * @param scrollX The scroll along the Y axis.
+ * @param scrollY The scroll along the Y axis.
*/
public void setScrollY(int scrollY) {
enforceNotSealed();