Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoreutarass2011-07-11 18:09:18 +0000
committereutarass2011-07-11 18:09:18 +0000
commit31dfb1eff9c70e13888e63eeb0e075dbf52a85a4 (patch)
tree3e5b6902d91df519b2ecd518d9d13196a9fdebf2 /plugins/org.eclipse.tm.tcf.rse
parent8cb801e3b85cc46ed2112c45c29b9d402419135d (diff)
downloadorg.eclipse.tcf-31dfb1eff9c70e13888e63eeb0e075dbf52a85a4.tar.gz
org.eclipse.tcf-31dfb1eff9c70e13888e63eeb0e075dbf52a85a4.tar.xz
org.eclipse.tcf-31dfb1eff9c70e13888e63eeb0e075dbf52a85a4.zip
Source code cleanup: trailing spaces removed.
Diffstat (limited to 'plugins/org.eclipse.tm.tcf.rse')
-rw-r--r--plugins/org.eclipse.tm.tcf.rse/src/org/eclipse/tm/internal/tcf/rse/shells/TCFTerminalShell.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/org.eclipse.tm.tcf.rse/src/org/eclipse/tm/internal/tcf/rse/shells/TCFTerminalShell.java b/plugins/org.eclipse.tm.tcf.rse/src/org/eclipse/tm/internal/tcf/rse/shells/TCFTerminalShell.java
index cfb870cff..1f6ce4cb1 100644
--- a/plugins/org.eclipse.tm.tcf.rse/src/org/eclipse/tm/internal/tcf/rse/shells/TCFTerminalShell.java
+++ b/plugins/org.eclipse.tm.tcf.rse/src/org/eclipse/tm/internal/tcf/rse/shells/TCFTerminalShell.java
@@ -9,7 +9,7 @@
* Contributors:
* Liping Ke (Intel Corp.) - initial API and implementation
* Sheldon D'souza (Celunite) - LoginThread and readUntil implementation
- * Liping Ke (Intel Corp.) - For non-login mode, we don't need detect command prompt
+ * Liping Ke (Intel Corp.) - For non-login mode, we don't need detect command prompt
******************************************************************************/
package org.eclipse.tm.internal.tcf.rse.shells;
@@ -95,8 +95,8 @@ public class TCFTerminalShell extends AbstractTerminalShell {
public void run() {
tcfPropertySet = ((TCFConnectorService)fSessionProvider).getTCFPropertySet();
- /* By default, we only support non-login mode. If user open the
- * switch on the agent side, he can also set the properties in
+ /* By default, we only support non-login mode. If user open the
+ * switch on the agent side, he can also set the properties in
* TCF connection property*/
String login_required = tcfPropertySet.getPropertyValue(TCFConnectorService.PROPERTY_LOGIN_REQUIRED);

Back to the top