Bug 37531

Summary: the javadoc of CompareViewerPane.setImage(Image)
Product: [Eclipse Project] Platform Reporter: wangbin <wangbin>
Component: CompareAssignee: Andre Weinand <andre_weinand>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 2.1   
Target Milestone: 3.0 M1   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description wangbin CLA 2003-05-13 01:30:33 EDT
following is the source code of CompareViewerPane
	/**
	 * Return the receiver's title text.
	 * 
	 * @return the text of the CompareViewerPane's title or null
	 */
	public void setImage(Image image) {
		CLabel cl= (CLabel) getTopLeft();
		cl.setImage(image);
	}
Comment 1 Andre Weinand CLA 2003-06-02 04:30:37 EDT
fixed and released for I20030603