1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-27 19:05:38 +02:00

[cleanup] remove javadoc warnings

This commit is contained in:
David Dykstal 2007-01-02 14:23:42 +00:00
parent 89c584fd68
commit 2c785e0459
2 changed files with 6 additions and 6 deletions

View file

@ -21,7 +21,7 @@ package org.eclipse.rse.core.filters;
* <p> * <p>
* Note that not all methods will be used for all saving policies. * Note that not all methods will be used for all saving policies.
* <p> * <p>
* @see org.eclipse.rse.internal.filters.SystemFilterNamingPolicy#getNamingPolicy() * @see org.eclipse.rse.core.filters.SystemFilterNamingPolicy#getNamingPolicy()
*/ */
public interface IRSEFilterNamingPolicy public interface IRSEFilterNamingPolicy
{ {

View file

@ -120,7 +120,7 @@ public interface ISystemFilterPoolReferenceManager extends IRSEBasePersistableRe
/** /**
* In one shot, set the filter pool references * In one shot, set the filter pool references
* <p> Calls back to inform provider * <p> 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. * @param deReference true to first de-reference all objects in the existing list.
*/ */
public void setSystemFilterPoolReferences(ISystemFilterPoolReference[] filterPoolReferences, boolean deReference); 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. * 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) * @param deReference true if we want to dereference the referenced object (call removeReference on it)
* @return the new count of referencing objects * @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.<p> * positive, they are all moved down by the given amount.<p>
* <p> Calls back to inform provider * <p> Calls back to inform provider
* @param filterPoolRefs Array of SystemFilterPoolReferences to move. * @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); 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. * In one shot, set the filter pool references to new references to supplied filter pools.
* <p> Calls back to inform provider * <p> 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. * @param deReference true to first de-reference all objects in the existing list.
*/ */
public void setSystemFilterPoolReferences(ISystemFilterPool[] filterPools, boolean deReference); public void setSystemFilterPoolReferences(ISystemFilterPool[] filterPools, boolean deReference);
@ -272,7 +272,7 @@ public interface ISystemFilterPoolReferenceManager extends IRSEBasePersistableRe
* of all referencing objects. * of all referencing objects.
* <li>Set the important transient variables * <li>Set the important transient variables
* </ol> * </ol>
* @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 * @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 * @return A Vector of SystemFilterPoolReferences that were not successfully resolved, or null if all
* were resolved. * were resolved.