summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorMatthew Williams <mjwilliams@google.com>2014-05-02 16:49:09 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2014-05-02 16:49:09 +0000
commit6dd51be673ac04aa53d3f36341eb259b699d206a (patch)
tree7ea86255820a1cd00bdeeb68df6388d829ef1fcc /core
parent428d1e40a9784754de0fac5833263e4a8f5d2238 (diff)
parentae3e53e933b350e1ce38675b3dfe78dd50c49925 (diff)
downloadframeworks_base-6dd51be673ac04aa53d3f36341eb259b699d206a.zip
frameworks_base-6dd51be673ac04aa53d3f36341eb259b699d206a.tar.gz
frameworks_base-6dd51be673ac04aa53d3f36341eb259b699d206a.tar.bz2
Merge "Fix sdk build by removing javadoc link"
Diffstat (limited to 'core')
-rw-r--r--core/java/android/app/task/TaskParams.java3
1 files changed, 1 insertions, 2 deletions
diff --git a/core/java/android/app/task/TaskParams.java b/core/java/android/app/task/TaskParams.java
index 429281c..e2eafd8 100644
--- a/core/java/android/app/task/TaskParams.java
+++ b/core/java/android/app/task/TaskParams.java
@@ -32,8 +32,7 @@ public class TaskParams implements Parcelable {
private final IBinder mCallback;
/**
- * @return The unique id of this task, specified at creation time using
- * {@link android.content.Task.Builder#Builder(int, Class)}.
+ * @return The unique id of this task, specified at creation time.
*/
public int getTaskId() {
return taskId;