Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 328992 - typo in AbstractTaskDataHandler javadoc
Summary: typo in AbstractTaskDataHandler javadoc
Status: RESOLVED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: Mylyn (show other bugs)
Version: unspecified   Edit
Hardware: PC Linux
: P3 minor (vote)
Target Milestone: 3.5   Edit
Assignee: Steffen Pingel CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-10-28 20:24 EDT by Benjamin Muskalla CLA
Modified: 2011-01-13 23:31 EST (History)
0 users

See Also:


Attachments
patch (982 bytes, patch)
2010-10-28 20:25 EDT, Benjamin Muskalla CLA
no flags Details | Diff
mylyn/context/zip (870 bytes, application/octet-stream)
2010-10-28 20:25 EDT, Benjamin Muskalla CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Benjamin Muskalla CLA 2010-10-28 20:24:46 EDT
JavaDoc of getMultiTaskData

Is:
* Override getMultiTaskData() to return true and implement this method if connector supports download of multiple

Should be:
* Override canGetMultiTaskData() to return true and implement this method if connector supports download of multiple
Comment 1 Benjamin Muskalla CLA 2010-10-28 20:25:54 EDT
Created attachment 182004 [details]
patch

.
Comment 2 Benjamin Muskalla CLA 2010-10-28 20:25:56 EDT
Created attachment 182005 [details]
mylyn/context/zip
Comment 3 Steffen Pingel CLA 2010-11-08 06:34:01 EST
Thanks Benjamin. I have updated the API documentation in the class.