1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-24 17:35:35 +02:00

[cleanup] IBM-supplied --> predefined

This commit is contained in:
Martin Oberhuber 2006-10-24 13:41:38 +00:00
parent 38fba7df2e
commit a18756b306

View file

@ -1027,7 +1027,7 @@ public abstract class AbstractConnectorService extends RSEModelObject implements
* <p>
* You normally do not call this! Rather, your subsystem factory class will override
* {@link org.eclipse.rse.core.subsystems.SubSystemConfiguration#supportsServerLaunchType(ServerLaunchType)}.
* However, this method is needed by ISVs that re-use IBM-supplied subsystem factories,
* However, this method is needed by ISVs that re-use predefined subsystem factories,
* and merely supply their own ISystem object via the "systemClass" attribute of the
* subsystemConfigurations extension point.
*