1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-04 23:55:26 +02:00

[cleanup] get rid of IBM strings in javadoc

This commit is contained in:
Martin Oberhuber 2006-11-10 20:11:40 +00:00
parent d8cecf5353
commit 1fde117d4c
7 changed files with 8 additions and 8 deletions

View file

@ -581,7 +581,7 @@ public class DStoreConnectorService extends AbstractConnectorService implements
SystemSignonInformation info = getPasswordInformation();
int daemonPort = serverLauncher.getDaemonPort();
/* String daemonPortStr = getSubSystem().getVendorAttribute("IBM", "DAEMON_PORT");
/* String daemonPortStr = getSubSystem().getVendorAttribute("Remote", "DAEMON_PORT");
if (daemonPortStr != null && daemonPortStr.length() > 0)
{
daemonPort = Integer.parseInt(daemonPortStr);

View file

@ -173,7 +173,7 @@ public interface IRemoteServerLauncher extends IServerLauncherProperties{
* <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 IConnectorService object via the "systemClass" attribute of the
* subsystemConfigurations extension point. They don't call this method directly actually, but
* rather {@link AbstractConnectorService#enableServerLaunchType(SubSystem, ServerLaunchType, boolean)},

View file

@ -11,7 +11,7 @@
* Emily Bruner, Mazen Faraj, Adrian Storisteanu, Li Ding, and Kent Hawley.
*
* Contributors:
* Michael Berber (IBM) - Patch to remove non-standard expand/collapse from menu.
* Michael Berger (IBM) - Patch to remove non-standard expand/collapse from menu.
********************************************************************************/
package org.eclipse.rse.ui.view;

View file

@ -11,7 +11,7 @@
* Emily Bruner, Mazen Faraj, Adrian Storisteanu, Li Ding, and Kent Hawley.
*
* Contributors:
* Michael Berber (IBM) - Patch to remove non-standard expand/collapse from menu.
* Michael Berger (IBM) - Patch to remove non-standard expand/collapse from menu.
********************************************************************************/
package org.eclipse.rse.ui.view;

View file

@ -32,7 +32,7 @@ import org.eclipse.swt.widgets.Shell;
/**
* Base IBM server launcher form. Extend this to provide a specialized server launcher form
* Base Remote server launcher form. Extend this to provide a specialized server launcher form
*/
public abstract class RemoteBaseServerLauncherForm extends SystemBaseForm implements IServerLauncherForm, RemoteServerLauncherConstants, ISystemConnectionWizardErrorUpdater
{

View file

@ -17,7 +17,7 @@
package org.eclipse.rse.core.internal.subsystems;
/**
* This interface defines constants for IBM Server Launcher.
* This interface defines constants for the Remote Server Launcher.
*/
public interface RemoteServerLauncherConstants
{

View file

@ -856,8 +856,8 @@ public abstract class SubSystem extends RSEModelObject implements IAdaptable, IS
// ---------------------------------------------------
// Methods for IBM partners to add their own
// persisted attributes to the subsystem object...
// Methods for ISVs to add their own
// persisted attributes to the subsystem object...
// ---------------------------------------------------
/**