1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-04 23:05:47 +02:00

[180562][api] dont implement ISystemPreferencesConstants

This commit is contained in:
Martin Oberhuber 2007-04-04 10:33:32 +00:00
parent 553e446521
commit efcfd3a1d9

View file

@ -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;