Merge "Fix doc for EXTRA_PROVISIONING_COLOR."
diff --git a/core/java/android/app/admin/DevicePolicyManager.java b/core/java/android/app/admin/DevicePolicyManager.java
index 52fcfc4..68f660f 100644
--- a/core/java/android/app/admin/DevicePolicyManager.java
+++ b/core/java/android/app/admin/DevicePolicyManager.java
@@ -365,8 +365,8 @@
         = "android.app.extra.PROVISIONING_EMAIL_ADDRESS";
 
     /**
-     * A integer extra indicating indicating the predominant color to show during the provisioning.
-     * Refer to {@link android.graphics#Color} for how the color is represented.
+     * A integer extra indicating the predominant color to show during the provisioning.
+     * Refer to {@link android.graphics.Color} for how the color is represented.
      *
      * <p>Use with {@link #ACTION_PROVISION_MANAGED_PROFILE} or
      * {@link #ACTION_PROVISION_MANAGED_DEVICE}.