Bug 190747 - [api][breaking] AbstractConnectorService.intializeSubSystems should be initializeSubSystems
Summary: [api][breaking] AbstractConnectorService.intializeSubSystems should be initia...
Status: RESOLVED FIXED
Alias: None
Product: Target Management
Classification: Tools
Component: RSE (show other bugs)
Version: 2.0   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: 2.0   Edit
Assignee: David Dykstal CLA
QA Contact: Martin Oberhuber CLA
URL:
Whiteboard:
Keywords: api
Depends on: 189483
Blocks:
  Show dependency tree
 
Reported: 2007-06-04 04:30 EDT by Martin Oberhuber CLA
Modified: 2008-08-13 13:20 EDT (History)
0 users

See Also:
mober.at+eclipse: pmc_approved+
mober.at+eclipse: review+


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Oberhuber CLA 2007-06-04 04:30:19 EDT
There are two typos in AbstractConnectorService:

    protected final void intializeSubSystems(IProgressMonitor monitor)
    protected final void unintializeSubSystems(IProgressMonitor monitor)

should be

    protected final void initializeSubSystems(IProgressMonitor monitor)
    protected final void uninitializeSubSystems(IProgressMonitor monitor)
Comment 1 Martin Oberhuber CLA 2007-06-04 04:30:48 EDT
These were fixed as part of the patch fixing bug #189483.
Comment 2 Martin Oberhuber CLA 2008-08-13 13:20:30 EDT
[target cleanup] 2.0 RC2 was the original target milestone for this bug