Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 361328 - [core.expressions] Javadoc error in PropertyTester
Summary: [core.expressions] Javadoc error in PropertyTester
Status: RESOLVED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Runtime (show other bugs)
Version: 3.7.1   Edit
Hardware: PC Mac OS X - Carbon (unsup.)
: P3 trivial (vote)
Target Milestone: 4.2.1   Edit
Assignee: Paul Webster CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-19 01:27 EDT by Karsten Thoms CLA
Modified: 2012-06-21 09:06 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Karsten Thoms CLA 2011-10-19 01:27:33 EDT
is:
 * the corresponding implementation class looks like:
 * <pre>
 *   public class MyPackageFragmentTester {

must be:
 * the corresponding implementation class looks like:
 * <pre>
 *   public class MyPackageFragmentTester extends PropertyTester {
Comment 1 Paul Webster CLA 2012-06-21 09:06:05 EDT
released.
PW