From 4189c96f687251731ea0c24b00a3ba703c6e06cd Mon Sep 17 00:00:00 2001 From: Kushal Munir < kmunir@ca.ibm.com> Date: Tue, 5 Dec 2006 02:57:38 +0000 Subject: [PATCH] [cleanup] fix compiler warnings --- .../ui/widgets/SystemSelectRemoteFileOrFolderForm.java | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/rse/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFileOrFolderForm.java b/rse/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFileOrFolderForm.java index dafea568b64..c769c0d6f03 100644 --- a/rse/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFileOrFolderForm.java +++ b/rse/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFileOrFolderForm.java @@ -380,13 +380,13 @@ public class SystemSelectRemoteFileOrFolderForm */ public void setPreSelection(IRemoteFile selection) { - SystemBasePlugin.logInfo("given: '" + selection.getAbsolutePath()+"'"); + SystemBasePlugin.logInfo("given: '" + selection.getAbsolutePath()+"'"); //$NON-NLS-1$ //$NON-NLS-2$ IRemoteFile parentFolder = selection.getParentRemoteFile(); /**/ if (parentFolder != null) - SystemBasePlugin.logInfo("parent of given: '" + parentFolder.getAbsolutePath() + "'"); + SystemBasePlugin.logInfo("parent of given: '" + parentFolder.getAbsolutePath() + "'"); //$NON-NLS-1$ //$NON-NLS-2$ else - SystemBasePlugin.logInfo("parent of given is null"); + SystemBasePlugin.logInfo("parent of given is null"); //$NON-NLS-1$ /**/ // it might be a bug, bug when asking for the parent of '/', I get back '/'!!! if ((parentFolder != null) && @@ -406,7 +406,7 @@ public class SystemSelectRemoteFileOrFolderForm } else { - SystemBasePlugin.logInfo("preSelectRoot is true"); + SystemBasePlugin.logInfo("preSelectRoot is true"); //$NON-NLS-1$ preSelectRoot = true; setRestrictFolders(false); setRootFolder(selection);