summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorMatthew Williams <mjwilliams@google.com>2014-05-02 09:22:25 -0700
committerMatthew Williams <mjwilliams@google.com>2014-05-02 09:22:25 -0700
commitae3e53e933b350e1ce38675b3dfe78dd50c49925 (patch)
treec3ad2e464d398bca352f5df27b27428f265ba16d /core
parent27ecb35b1970b114dc82d01a58386ca4e57e72ab (diff)
downloadframeworks_base-ae3e53e933b350e1ce38675b3dfe78dd50c49925.zip
frameworks_base-ae3e53e933b350e1ce38675b3dfe78dd50c49925.tar.gz
frameworks_base-ae3e53e933b350e1ce38675b3dfe78dd50c49925.tar.bz2
Fix sdk build by removing javadoc link
Change-Id: I3ed2a1a0f0c52ad6726be321d03a2c19e5b28d31
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;