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
This commit is contained in:
Maggie
2018-03-02 11:46:59 -08:00
parent 5130fdb0ac
commit 2e17d3f4f8

View File

@@ -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
*/