From 44f55eda09afa97c730a24179960017cfb7a383f Mon Sep 17 00:00:00 2001 From: David Dykstal Date: Tue, 2 Jan 2007 14:21:09 +0000 Subject: [PATCH] [cleanup] remove warnings --- .../org/eclipse/rse/core/filters/ISystemFilterString.java | 5 ----- 1 file changed, 5 deletions(-) diff --git a/rse/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterString.java b/rse/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterString.java index 25272c163e5..dbc7ce53901 100644 --- a/rse/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterString.java +++ b/rse/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterString.java @@ -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 {