diff --git a/rse/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/propertypages/RemoteSystemsPreferencePage.java b/rse/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/propertypages/RemoteSystemsPreferencePage.java index 6a979523457..005d731a80d 100644 --- a/rse/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/propertypages/RemoteSystemsPreferencePage.java +++ b/rse/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/propertypages/RemoteSystemsPreferencePage.java @@ -1,5 +1,5 @@ /******************************************************************************** - * Copyright (c) 2006, 2007 IBM Corporation. All rights reserved. + * Copyright (c) 2006, 2007 IBM Corporation and others. All rights reserved. * This program and the accompanying materials are made available under the terms * of the Eclipse Public License v1.0 which accompanies this distribution, and is * available at http://www.eclipse.org/legal/epl-v10.html @@ -13,6 +13,7 @@ * Contributors: * David Dykstal (IBM) - moved SystemPreferencesManager to a new package * - created and used PreferencesMapper + * Martin Oberhuber (Wind River) - [180562] dont implement ISystemPreferencesConstants ********************************************************************************/ package org.eclipse.rse.internal.ui.propertypages; @@ -51,8 +52,7 @@ import org.eclipse.ui.PlatformUI; * Root preference page for Remote Systems Plugin */ public class RemoteSystemsPreferencePage - extends FieldEditorPreferencePage implements IWorkbenchPreferencePage, - ISystemPreferencesConstants + extends FieldEditorPreferencePage implements IWorkbenchPreferencePage { private SystemBooleanFieldEditor showFilterPoolsEditor; private SystemBooleanFieldEditor qualifyConnectionNamesEditor;