summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Suprabh Shukla <suprabh@google.com> 2020-01-29 15:29:03 -0800
committer Suprabh Shukla <suprabh@google.com> 2020-01-29 15:32:27 -0800
commitc656670c8acb2c9f86d6a2743e60a5193b348c84 (patch)
treedbffe4135b4a03c026bee23bf1b5c002412581a3
parentac4abe2ce56d0dcce8aea6a81be92694ccc87453 (diff)
Clarified docs on WorkSource#size()
Test: make -j docs Fixes: 148515277 Change-Id: I1814d05deab932ae3ba93fd987ac7a14a0ea89c5
-rw-r--r--core/java/android/os/WorkSource.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/os/WorkSource.java b/core/java/android/os/WorkSource.java
index 7161b07cee3c..6adba63f42ce 100644
--- a/core/java/android/os/WorkSource.java
+++ b/core/java/android/os/WorkSource.java
@@ -149,7 +149,7 @@ public class WorkSource implements Parcelable {
}
/**
- * Returns the size of this work source.
+ * Returns the number of uids in this work source.
* @hide
*/
@TestApi