Bug 20550

Summary: Doc - fields of CorrectionEngine should not be API
Product: [Eclipse Project] JDT Reporter: David Audel <david_audel>
Component: CoreAssignee: David Audel <david_audel>
Status: VERIFIED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 2.0   
Target Milestone: 2.0 F4   
Hardware: PC   
OS: Windows 2000   
Whiteboard:

Description David Audel CLA 2002-06-18 13:09:44 EDT
CorrectionEngine fields should not be API. They must be private.

The following comment must be in the javadoc of the class : 'This class is not 
intended to be subclassed by client. This class is intended to be instantiated 
by client'.
Comment 1 Philipe Mulet CLA 2002-06-25 10:34:16 EDT
Shouldn't touch field modifiers, simply fix up comments.
Comment 2 David Audel CLA 2002-06-25 11:27:52 EDT
Fixed.
Comment 3 David Audel CLA 2002-06-28 07:14:58 EDT
Verified.