Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 328992

Summary: typo in AbstractTaskDataHandler javadoc
Product: z_Archived Reporter: Benjamin Muskalla <b.muskalla>
Component: MylynAssignee: Steffen Pingel <steffen.pingel>
Status: RESOLVED FIXED QA Contact:
Severity: minor    
Priority: P3    
Version: unspecified   
Target Milestone: 3.5   
Hardware: PC   
OS: Linux   
Whiteboard:
Attachments:
Description Flags
patch
none
mylyn/context/zip none

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.