Fix javadoc typo

Use @return, not @returns

Change-Id: I6c8fab2d236cf9c68c79090d3830bc3e01c8aa6f
This commit is contained in:
Amith Yamasani
2014-05-07 10:23:44 -07:00
parent 4297409e45
commit 007bbc0ed3

View File

@@ -2069,7 +2069,7 @@ public class DevicePolicyManager {
* @param admin Which {@link DeviceAdminReceiver} this request is associated with.
* @param intent An intent matching the app(s) to be installed. All apps that resolve for this
* intent will be re-enabled in the current profile.
* @returns int The number of activities that matched the intent and were installed.
* @return int The number of activities that matched the intent and were installed.
*/
public int enableSystemApp(ComponentName admin, Intent intent) {
if (mService != null) {