From 89c584fd6881983c03ca3d674cf909b87ecb40f1 Mon Sep 17 00:00:00 2001 From: David Dykstal Date: Tue, 2 Jan 2007 14:21:35 +0000 Subject: [PATCH] [cleanup] javadoc --- .../org/eclipse/rse/core/filters/ISystemFilterStartHere.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rse/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterStartHere.java b/rse/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterStartHere.java index 390c65f8882..a5526d205dc 100644 --- a/rse/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterStartHere.java +++ b/rse/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterStartHere.java @@ -54,7 +54,7 @@ public interface ISystemFilterStartHere { * SystemFilterPoolReferenceManagerProvider interface, and pass "this" for this parameter. * Given any filter framework object, it is possible to retrieve the caller's * object via the getProvider method call. - * @param relatedPoolManagers The managers that own the master list of filter pools that + * @param relatedPoolMgrProvider The creator of the managers that own the master list of filter pools that * this manager will contain references to. * @param name the name of the filter pool reference manager. This is not currently * used, but you may find a use for it.