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

Commit 2e17d3f4 authored by Maggie's avatar Maggie
Browse files

Remove javadoc for return value

LocationManager#setLocationEnabledForUser has documentation for return value even though it's void. Fix the bug by removing the return javadoc.

Bug: 73751024
Test: Manual
Change-Id: I785e9f08674f472fe0f248972d5cc6055e64412a
parent 5130fdb0
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -1246,7 +1246,6 @@ public class LocationManager {
     *
     * @param enabled true to enable location. false to disable location
     * @param userHandle the user to set
     * @return true if the value was set, false on database errors
     *
     * @hide
     */