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:
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user