1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-03 23:25:26 +02:00

[cleanup] remove warnings

This commit is contained in:
David Dykstal 2007-01-02 14:21:09 +00:00
parent 960a83bf16
commit 44f55eda09

View file

@ -27,11 +27,6 @@ import org.eclipse.rse.core.references.IRSEBaseReferencedObject;
* than a string, and its up to each consumer to know what to do with it. Generally,
* a filter string edit pane is designed to prompt the user for the contents of the
* string in a domain-friendly way.
* @see org.eclipse.rse.ui.filters.SystemFilterStringEditPane
* @see org.eclipse.rse.ui.filters.dialogs.SystemChangeFilterDialog and
* @see org.eclipse.rse.ui.filters.actions.SystemChangeFilterAction
* @see org.eclipse.rse.ui.filters.dialogs.SystemNewFilterWizard and
* @see org.eclipse.rse.ui.filters.actions.SystemNewFilterAction
*/
public interface ISystemFilterString extends IRSEBaseReferencedObject, IAdaptable, IRSEModelObject
{