1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-28 10:43:31 +02:00

[225506][api] make RSEAdapter API

This commit is contained in:
Martin Oberhuber 2008-04-03 10:01:12 +00:00
parent c2d0336a1b
commit b6931d0d02
2 changed files with 4 additions and 6 deletions

View file

@ -1,5 +1,5 @@
/*******************************************************************************
* Copyright (c) 2006, 2007 IBM Corporation and others.
* Copyright (c) 2006, 2008 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
@ -12,11 +12,10 @@
* Emily Bruner, Mazen Faraj, Adrian Storisteanu, Li Ding, and Kent Hawley.
*
* Contributors:
* {Name} (company) - description of contribution.
* Martin Oberhuber (Wind River) - [225506][api] make RSEAdapter API
*******************************************************************************/
package org.eclipse.rse.internal.ui;
package org.eclipse.rse.ui;
import org.eclipse.rse.ui.IRSEAdapter;
import org.eclipse.ui.model.WorkbenchAdapter;
/**

View file

@ -34,7 +34,6 @@ import org.eclipse.jface.resource.ImageDescriptor;
import org.eclipse.rse.core.IRSESystemType;
import org.eclipse.rse.core.IRSESystemTypeConstants;
import org.eclipse.rse.core.RSEPreferencesManager;
import org.eclipse.rse.internal.ui.RSEAdapter;
import org.eclipse.rse.ui.wizards.registries.IRSEWizardDescriptor;
import org.eclipse.ui.IViewPart;
import org.osgi.framework.Bundle;
@ -150,7 +149,7 @@ public class RSESystemTypeAdapter extends RSEAdapter {
/**
* Returns the description of the system type if the object passed in is of type <code>IRSESystemType</code>.
* Otherwise, returns the value of the parent implementation.
* @see org.eclipse.rse.internal.ui.RSEAdapter#getDescription(java.lang.Object)
* @see org.eclipse.rse.ui.RSEAdapter#getDescription(java.lang.Object)
*/
public String getDescription(Object object) {