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

[cleanup] fix javadoc

This commit is contained in:
Martin Oberhuber 2007-02-19 11:50:02 +00:00
parent 64b0a51349
commit 5a96bb7cf4

View file

@ -569,7 +569,7 @@ public class SystemViewSubSystemAdapter extends AbstractSystemViewAdapter
* one more attribute for subsystems:
* <ol>
* <li>name="serverLaunchPP". Returns "true" if the given subsystem supports the Server Launch Settings
* property page, which is determined by calling it's factory's {@link ISubSystemConfiguration#supportsServerLaunchProperties()} method.
* property page, which is determined by calling it's factory's {@link ISubSystemConfiguration#supportsServerLaunchProperties(org.eclipse.rse.core.model.IHost)} method.
* </ol>
*
* This property is used to filter the existence of the Server Launch Settings property page.