diff options
| author | 2016-06-17 12:54:21 +0100 | |
|---|---|---|
| committer | 2016-06-17 12:54:38 +0100 | |
| commit | b3d6b13ad5fffaad82da4c060ba1a064a445456a (patch) | |
| tree | 055040d6799141c28e7439d53778c663702f8734 | |
| parent | 99a8e2faac20b3480ada3e9ded7af136640127ce (diff) | |
Remove @return from void API javadoc
Change-Id: Ieddf211ad881e2e48bf593dcde6d262dd5be6c5c
| -rw-r--r-- | core/java/android/app/admin/DevicePolicyManager.java | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/core/java/android/app/admin/DevicePolicyManager.java b/core/java/android/app/admin/DevicePolicyManager.java index 0cb2f99117f0..76b002a46789 100644 --- a/core/java/android/app/admin/DevicePolicyManager.java +++ b/core/java/android/app/admin/DevicePolicyManager.java @@ -3031,8 +3031,6 @@ public class DevicePolicyManager { * @param lockdownEnabled {@code true} to disallow networking when the VPN is not connected or * {@code false} otherwise. This carries the risk that any failure of the VPN provider * could break networking for all apps. This has no effect when clearing. - * @return {@code true} if the package is set as always-on VPN controller; {@code false} - * otherwise. * @throws SecurityException if {@code admin} is not a device or a profile owner. * @throws NameNotFoundException if {@code vpnPackage} is not installed. * @throws UnsupportedOperationException if {@code vpnPackage} exists but does not support being |