summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Songchun Fan <schfan@google.com> 2022-04-01 23:25:15 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2022-04-01 23:25:15 +0000
commitebcfe1c6e04e02cc4e27be020268b392c502777f (patch)
treedc44ddedff87e2499263b8a20e82d9871da9e991
parentbd14581e6b2d2de8cd04d37c57a3c0f1ed6eed6c (diff)
parented6aebc4fc6e08c51ae44a8cfb723bd3b07ceeb7 (diff)
Merge "[SettingsProvider] update API javadoc"
-rw-r--r--core/java/android/provider/DeviceConfig.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/java/android/provider/DeviceConfig.java b/core/java/android/provider/DeviceConfig.java
index 93c1c20f8252..1777f56691a7 100644
--- a/core/java/android/provider/DeviceConfig.java
+++ b/core/java/android/provider/DeviceConfig.java
@@ -867,8 +867,8 @@ public final class DeviceConfig {
/**
* Delete a property with the provided name and value in the provided namespace
*
- * @param namespace The namespace containing the property to create or update.
- * @param name The name of the property to create or update.
+ * @param namespace The namespace containing the property to delete.
+ * @param name The name of the property to delete.
* @return True if the property was deleted or it did not exist in the first place.
* False if the storage implementation throws errors.
* @hide