mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-17 13:15:44 +02:00
[cleanup] get rid of IBM strings in javadoc
This commit is contained in:
parent
d8cecf5353
commit
1fde117d4c
7 changed files with 8 additions and 8 deletions
|
@ -581,7 +581,7 @@ public class DStoreConnectorService extends AbstractConnectorService implements
|
||||||
SystemSignonInformation info = getPasswordInformation();
|
SystemSignonInformation info = getPasswordInformation();
|
||||||
int daemonPort = serverLauncher.getDaemonPort();
|
int daemonPort = serverLauncher.getDaemonPort();
|
||||||
|
|
||||||
/* String daemonPortStr = getSubSystem().getVendorAttribute("IBM", "DAEMON_PORT");
|
/* String daemonPortStr = getSubSystem().getVendorAttribute("Remote", "DAEMON_PORT");
|
||||||
if (daemonPortStr != null && daemonPortStr.length() > 0)
|
if (daemonPortStr != null && daemonPortStr.length() > 0)
|
||||||
{
|
{
|
||||||
daemonPort = Integer.parseInt(daemonPortStr);
|
daemonPort = Integer.parseInt(daemonPortStr);
|
||||||
|
|
|
@ -173,7 +173,7 @@ public interface IRemoteServerLauncher extends IServerLauncherProperties{
|
||||||
* <p>
|
* <p>
|
||||||
* You normally do not call this! Rather, your subsystem factory class will override
|
* You normally do not call this! Rather, your subsystem factory class will override
|
||||||
* {@link org.eclipse.rse.core.subsystems.SubSystemConfiguration#supportsServerLaunchType(ServerLaunchType)}.
|
* {@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
|
* 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
|
* subsystemConfigurations extension point. They don't call this method directly actually, but
|
||||||
* rather {@link AbstractConnectorService#enableServerLaunchType(SubSystem, ServerLaunchType, boolean)},
|
* rather {@link AbstractConnectorService#enableServerLaunchType(SubSystem, ServerLaunchType, boolean)},
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
* Emily Bruner, Mazen Faraj, Adrian Storisteanu, Li Ding, and Kent Hawley.
|
* Emily Bruner, Mazen Faraj, Adrian Storisteanu, Li Ding, and Kent Hawley.
|
||||||
*
|
*
|
||||||
* Contributors:
|
* 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;
|
package org.eclipse.rse.ui.view;
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
* Emily Bruner, Mazen Faraj, Adrian Storisteanu, Li Ding, and Kent Hawley.
|
* Emily Bruner, Mazen Faraj, Adrian Storisteanu, Li Ding, and Kent Hawley.
|
||||||
*
|
*
|
||||||
* Contributors:
|
* 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;
|
package org.eclipse.rse.ui.view;
|
||||||
|
|
|
@ -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
|
public abstract class RemoteBaseServerLauncherForm extends SystemBaseForm implements IServerLauncherForm, RemoteServerLauncherConstants, ISystemConnectionWizardErrorUpdater
|
||||||
{
|
{
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
package org.eclipse.rse.core.internal.subsystems;
|
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
|
public interface RemoteServerLauncherConstants
|
||||||
{
|
{
|
||||||
|
|
|
@ -856,7 +856,7 @@ public abstract class SubSystem extends RSEModelObject implements IAdaptable, IS
|
||||||
|
|
||||||
|
|
||||||
// ---------------------------------------------------
|
// ---------------------------------------------------
|
||||||
// Methods for IBM partners to add their own
|
// Methods for ISVs to add their own
|
||||||
// persisted attributes to the subsystem object...
|
// persisted attributes to the subsystem object...
|
||||||
// ---------------------------------------------------
|
// ---------------------------------------------------
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue