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

Commit 63561273 authored by Vadim Caen's avatar Vadim Caen
Browse files

Fix typo in @throw tag

@throw doesn't take an @link tag. ADS does not parse the later correctly :

https://developer.android.com/reference/android/window/OnBackInvokedDispatcher#registerOnBackInvokedCallback(int,%20android.window.OnBackInvokedCallback)

Change-Id: Ic50e6425393b41e9d8918d00cd1fe3489bb38817
Flag: DOCS_ONLY
Bug: N/A
Test: N/A
parent 1f5dc8ee
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -76,7 +76,7 @@ public interface OnBackInvokedDispatcher {
     * @param callback The callback to be registered. If the callback instance has been already
     *                 registered, the existing instance (no matter its priority) will be
     *                 unregistered and registered again.
     * @throws {@link IllegalArgumentException} if the priority is negative.
     * @throws IllegalArgumentException if the priority is negative.
     */
    @SuppressLint({"ExecutorRegistration"})
    void registerOnBackInvokedCallback(