diff options
| author | 2018-03-02 11:46:59 -0800 | |
|---|---|---|
| committer | 2018-03-02 11:46:59 -0800 | |
| commit | 2e17d3f4f8e8775b69cd0495ba4100e8d5e57fee (patch) | |
| tree | 212450d9b7afbecfb30a57d88965a63c8d2693e5 | |
| parent | 5130fdb0ace94f09c712ef7355567cedccaeb8a8 (diff) | |
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
| -rw-r--r-- | location/java/android/location/LocationManager.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/location/java/android/location/LocationManager.java b/location/java/android/location/LocationManager.java index 7d2ad9125f40..2dd8c36f1165 100644 --- a/location/java/android/location/LocationManager.java +++ b/location/java/android/location/LocationManager.java @@ -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 */ |