diff options
| author | Dianne Hackborn <hackbod@google.com> | 2010-01-29 17:39:06 -0800 |
|---|---|---|
| committer | Android (Google) Code Review <android-gerrit@google.com> | 2010-01-29 17:39:06 -0800 |
| commit | dfe4ec0eab5196d869e57fdb93582be4dcf5d350 (patch) | |
| tree | 572af7a6b002e0ce7cdd9a150e08fa1095f86c1c /core/java/android | |
| parent | e7ace67f603694fca7fe84e974f1611996c25fe1 (diff) | |
| parent | 364f6e3d44c27cd17fe0f3fca844465e9a502636 (diff) | |
Merge "Fix SDK build."
Diffstat (limited to 'core/java/android')
| -rw-r--r-- | core/java/android/app/DevicePolicyManager.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/app/DevicePolicyManager.java b/core/java/android/app/DevicePolicyManager.java index 074a62f176fd..08cdd0511d4b 100644 --- a/core/java/android/app/DevicePolicyManager.java +++ b/core/java/android/app/DevicePolicyManager.java @@ -277,7 +277,7 @@ public class DevicePolicyManager { /** * Return the maximum password length that the device supports for a * particular password quality. - * @param mode The mode being interrogated. + * @param quality The quality being interrogated. * @return Returns the maximum length that the user can enter. */ public int getPasswordMaximumLength(int quality) { |
