am b283ac25: Merge "Fix sdk build by removing javadoc link"

* commit 'b283ac25cbaf228dc8fdcde74e5c44e5db2af0da':
  Fix sdk build by removing javadoc link
This commit is contained in:
Matthew Williams
2014-05-02 16:54:57 +00:00
committed by Android Git Automerger

View File

@@ -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;