From efcfd3a1d9e7f293a77333193165413cbc9b79d0 Mon Sep 17 00:00:00 2001 From: Martin Oberhuber < martin.oberhuber@windriver.com> Date: Wed, 4 Apr 2007 10:33:32 +0000 Subject: [PATCH] [180562][api] dont implement ISystemPreferencesConstants --- .../ui/propertypages/RemoteSystemsPreferencePage.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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;