From 29deee5ca5f860d080a6f6c0485f3dee608d1bed Mon Sep 17 00:00:00 2001
From: David Dykstal
Date: Tue, 2 Jan 2007 14:05:03 +0000
Subject: [PATCH] [cleanup] remove warnings, javadoc
---
.../subsystems/IRemoteServerLauncher.java | 26 +++----------------
1 file changed, 4 insertions(+), 22 deletions(-)
diff --git a/rse/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/IRemoteServerLauncher.java b/rse/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/IRemoteServerLauncher.java
index de4d199166a..d02335d4dea 100644
--- a/rse/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/IRemoteServerLauncher.java
+++ b/rse/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/IRemoteServerLauncher.java
@@ -28,17 +28,11 @@ package org.eclipse.rse.core.subsystems;
* The following features are supported:
*
* - {@link org.eclipse.rse.core.subsystems.IRemoteServerLauncher#getServerLaunchType Server Launch Type}
- * - {@link org.eclipse.rse.core.subsystems.IRemoteServerLauncher#getPort Port}
* - {@link org.eclipse.rse.core.subsystems.IRemoteServerLauncher#getRexecPort Rexec Port}
* - {@link org.eclipse.rse.core.subsystems.IRemoteServerLauncher#getDaemonPort Daemon Port}
* - {@link org.eclipse.rse.core.subsystems.IRemoteServerLauncher#getServerPath Server Path}
* - {@link org.eclipse.rse.core.subsystems.IRemoteServerLauncher#getServerScript Server Script}
- * - {@link org.eclipse.rse.core.subsystems.IRemoteServerLauncher#getIbmAttributes Ibm Attributes}
- * - {@link org.eclipse.rse.core.subsystems.IRemoteServerLauncher#getRestrictedTypes Restricted Types}
*
- *
- *
- * @see org.eclipse.rse.core.subsystems.SubsystemsPackage#getIBMServerLauncher()
*/
public interface IRemoteServerLauncher extends IServerLauncherProperties{
@@ -53,10 +47,7 @@ public interface IRemoteServerLauncher extends IServerLauncherProperties{
*
* @return the value of the 'Server Launch Type' attribute.
* @see org.eclipse.rse.core.subsystems.ServerLaunchType
- * @see #isSetServerLaunchType()
- * @see #unsetServerLaunchType()
* @see #setServerLaunchType(ServerLaunchType)
- * @see org.eclipse.rse.core.subsystems.SubsystemsPackage#getIBMServerLauncher_ServerLaunchType()
* @model unsettable="true"
* @generated
*/
@@ -70,8 +61,6 @@ public interface IRemoteServerLauncher extends IServerLauncherProperties{
*
* @param value the new value of the 'Server Launch Type' attribute.
* @see org.eclipse.rse.core.subsystems.ServerLaunchType
- * @see #isSetServerLaunchType()
- * @see #unsetServerLaunchType()
* @see #getServerLaunchType()
* @generated
*/
@@ -86,8 +75,7 @@ public interface IRemoteServerLauncher extends IServerLauncherProperties{
*
*
* @return the value of the 'Rexec Port' attribute.
- * @see #setRexecPort(Integer)
- * @see org.eclipse.rse.core.subsystems.SubsystemsPackage#getIBMServerLauncher_RexecPort()
+ * @see #setRexecPort(int)
* @model
* @generated
*/
@@ -122,9 +110,6 @@ public interface IRemoteServerLauncher extends IServerLauncherProperties{
*
* @return the value of the 'Server Path' attribute.
* @see #setServerPath(String)
- * @see org.eclipse.rse.core.subsystems.SubsystemsPackage#getIBMServerLauncher_ServerPath()
- * @model
- * @generated
*/
String getServerPath();
@@ -148,9 +133,6 @@ public interface IRemoteServerLauncher extends IServerLauncherProperties{
*
* @return the value of the 'Server Script' attribute.
* @see #setServerScript(String)
- * @see org.eclipse.rse.core.subsystems.SubsystemsPackage#getIBMServerLauncher_ServerScript()
- * @model
- * @generated
*/
String getServerScript();
@@ -185,11 +167,11 @@ public interface IRemoteServerLauncher extends IServerLauncherProperties{
/**
* This methods returns the enablement state per server launch type.
- * If {@link #enableServerLaunchType(ServerLaunchType,boolean)} has not been
+ * If {@link #setServerLaunchType(ServerLaunchType)} has not been
* called for this server launch type, then we defer to the subsystem factory's
* method:
- * {@link org.eclipse.rse.core.subsystems.SubSystemConfiguration#supportsServerLaunchType(ServerLaunchType)}.
+ * {@link org.eclipse.rse.core.subsystems.ISubSystemConfiguration#supportsServerLaunchType(ServerLaunchType)}.
* @see org.eclipse.rse.core.subsystems.ServerLaunchType
*/
public boolean isEnabledServerLaunchType(ServerLaunchType serverLaunchType);
-} // IBMServerLauncher
\ No newline at end of file
+}
\ No newline at end of file