OSDN Git Service

Fix SDK build.
authorDianne Hackborn <hackbod@google.com>
Sat, 30 Jan 2010 01:38:20 +0000 (17:38 -0800)
committerDianne Hackborn <hackbod@google.com>
Sat, 30 Jan 2010 01:38:20 +0000 (17:38 -0800)
core/java/android/app/DevicePolicyManager.java

index 074a62f..08cdd05 100644 (file)
@@ -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) {