From b943781c0f4c10f838819a11746c10537a7f0df9 Mon Sep 17 00:00:00 2001 From: Martin Oberhuber < martin.oberhuber@windriver.com> Date: Wed, 4 Apr 2007 10:44:09 +0000 Subject: [PATCH] [180562][api] dont implement IRemoteImportExportConstants --- .../eclipse/rse/files/importexport/files/Utilities.java | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/rse/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/files/importexport/files/Utilities.java b/rse/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/files/importexport/files/Utilities.java index ae75ea04c65..2384016a3c1 100644 --- a/rse/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/files/importexport/files/Utilities.java +++ b/rse/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/files/importexport/files/Utilities.java @@ -7,6 +7,7 @@ * * Contributors: * IBM Corporation - initial API and implementation + * Martin Oberhuber (Wind River) - [180562][api] dont implement IRemoteImportExportConstants *******************************************************************************/ package org.eclipse.rse.files.importexport.files; @@ -28,9 +29,9 @@ import org.eclipse.swt.widgets.Shell; * A lot of these should really be provided by comm. layer, but for * many reasons they were not. oh well .... */ -public class Utilities implements IRemoteImportExportConstants { - public static final String IMPORT_DESCRIPTION_EXTENSION = REMOTE_FILE_IMPORT_DESCRIPTION_FILE_EXTENSION; - public static final String EXPORT_DESCRIPTION_EXTENSION = REMOTE_FILE_EXPORT_DESCRIPTION_FILE_EXTENSION; +public class Utilities { + public static final String IMPORT_DESCRIPTION_EXTENSION = IRemoteImportExportConstants.REMOTE_FILE_IMPORT_DESCRIPTION_FILE_EXTENSION; + public static final String EXPORT_DESCRIPTION_EXTENSION = IRemoteImportExportConstants.REMOTE_FILE_EXPORT_DESCRIPTION_FILE_EXTENSION; /** * Use this method to get IRemoteFile object from SystemConnection, and path