diff --git a/core/java/android/content/pm/UserProperties.java b/core/java/android/content/pm/UserProperties.java index 77b1954c0f1ba..2669040403ead 100644 --- a/core/java/android/content/pm/UserProperties.java +++ b/core/java/android/content/pm/UserProperties.java @@ -184,7 +184,7 @@ public final class UserProperties implements Parcelable { * device policies from its parent profile. * *

All the user restrictions and device policies would be not propagated to the profile - * with this property value. The {(TODO:b/256978256) @link DevicePolicyEngine} + * with this property value. The {@link com.android.server.devicepolicy.DevicePolicyEngine} * uses this property to determine and propagate only select ones to the given profile. * * @hide