From 2c785e0459fd71a359b80a12ef3bfd9755d7892c Mon Sep 17 00:00:00 2001 From: David Dykstal Date: Tue, 2 Jan 2007 14:23:42 +0000 Subject: [PATCH] [cleanup] remove javadoc warnings --- .../rse/core/filters/IRSEFilterNamingPolicy.java | 2 +- .../filters/ISystemFilterPoolReferenceManager.java | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/rse/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/IRSEFilterNamingPolicy.java b/rse/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/IRSEFilterNamingPolicy.java index 82abaeb3da7..77d0cd7b17d 100644 --- a/rse/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/IRSEFilterNamingPolicy.java +++ b/rse/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/IRSEFilterNamingPolicy.java @@ -21,7 +21,7 @@ package org.eclipse.rse.core.filters; *

* Note that not all methods will be used for all saving policies. *

- * @see org.eclipse.rse.internal.filters.SystemFilterNamingPolicy#getNamingPolicy() + * @see org.eclipse.rse.core.filters.SystemFilterNamingPolicy#getNamingPolicy() */ public interface IRSEFilterNamingPolicy { diff --git a/rse/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolReferenceManager.java b/rse/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolReferenceManager.java index 852a9ec1410..e9d8cb08603 100644 --- a/rse/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolReferenceManager.java +++ b/rse/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolReferenceManager.java @@ -120,7 +120,7 @@ public interface ISystemFilterPoolReferenceManager extends IRSEBasePersistableRe /** * In one shot, set the filter pool references *

Calls back to inform provider - * @param array of filter pool reference objects to set the list to. + * @param filterPoolReferences of filter pool reference objects to set the list to. * @param deReference true to first de-reference all objects in the existing list. */ public void setSystemFilterPoolReferences(ISystemFilterPoolReference[] filterPoolReferences, boolean deReference); @@ -138,7 +138,7 @@ public interface ISystemFilterPoolReferenceManager extends IRSEBasePersistableRe /** * Remove a filter pool referencing object from the list. - * @param filterPool Reference the reference to remove + * @param filterPoolReference the reference to remove * @param deReference true if we want to dereference the referenced object (call removeReference on it) * @return the new count of referencing objects */ @@ -166,7 +166,7 @@ public interface ISystemFilterPoolReferenceManager extends IRSEBasePersistableRe * positive, they are all moved down by the given amount.

*

Calls back to inform provider * @param filterPoolRefs Array of SystemFilterPoolReferences to move. - * @param newPosition new zero-based position for the filter pool references. + * @param delta the amount by which to move the filter pool references. */ public void moveSystemFilterPoolReferences(ISystemFilterPoolReference[] filterPoolRefs, int delta); @@ -223,7 +223,7 @@ public interface ISystemFilterPoolReferenceManager extends IRSEBasePersistableRe /** * In one shot, set the filter pool references to new references to supplied filter pools. *

Calls back to inform provider - * @param array of filter pool objects to create references for + * @param filterPools of filter pool objects to create references for * @param deReference true to first de-reference all objects in the existing list. */ public void setSystemFilterPoolReferences(ISystemFilterPool[] filterPools, boolean deReference); @@ -272,7 +272,7 @@ public interface ISystemFilterPoolReferenceManager extends IRSEBasePersistableRe * of all referencing objects. *

  • Set the important transient variables * - * @param relatedManagers the filter pool managers that hold filter pools we reference + * @param relatedPoolMgrProvider the creator of the filter pool managers that hold filter pools we reference * @param provider the host of this reference manager, so you can later call getProvider * @return A Vector of SystemFilterPoolReferences that were not successfully resolved, or null if all * were resolved.