Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2fcbbd03 authored by Adam Powell's avatar Adam Powell
Browse files

Fully qualify javadoc links and make the tools happy

Change-Id: I2ad839be71b550a2bcfb90f67627afdd10d3ae14
parent f678dd56
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -614,9 +614,9 @@ public abstract class ViewGroup extends View implements ViewParent, ViewManager
     * Called when a child has requested sending an {@link AccessibilityEvent} and
     * gives an opportunity to its parent to augment the event.
     * <p>
     * If an {@link AccessibilityDelegate} has been specified via calling
     * {@link #setAccessibilityDelegate(AccessibilityDelegate)} its
     * {@link AccessibilityDelegate#onRequestSendAccessibilityEvent(ViewGroup, View, AccessibilityEvent)}
     * If an {@link android.view.View.AccessibilityDelegate} has been specified via calling
     * {@link android.view.View#setAccessibilityDelegate(android.view.View.AccessibilityDelegate)} its
     * {@link android.view.View.AccessibilityDelegate#onRequestSendAccessibilityEvent(ViewGroup, View, AccessibilityEvent)}
     * is responsible for handling this call.
     * </p>
     *