1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-14 20:45:22 +02:00

Fix Javadoc Typos

This commit is contained in:
Martin Oberhuber 2008-04-04 10:05:58 +00:00
parent 80500e6983
commit 8aa10a977d

View file

@ -24,14 +24,14 @@ import org.eclipse.rse.core.filters.ISystemFilterPoolWrapper;
import org.eclipse.rse.core.filters.ISystemFilterPoolWrapperInformation; import org.eclipse.rse.core.filters.ISystemFilterPoolWrapperInformation;
/** /**
* The system filter wizard allows callers to pass a list of wrapper objects * The system filter wizard allows callers to pass a list of wrapper objects for
* for the user to select a filter pool. Effectively, this prompting for * the user to select a filter pool. Effectively, this prompting for euphemisms
* euphamisms to filter pools. This requires an array of wrapper objects, * to filter pools. This requires an array of wrapper objects, and requires
* and requires replacement mri for the pool prompt and tooltip text, and * replacement mri for the pool prompt and tooltip text, and the verbiage above
* the verbiage above it. * it.
* <p> * <p>
* This is all encapsulated in this class. The information is set via setters * This is all encapsulated in this class. The information is set via setters or
* or constructor parameters. * constructor parameters.
*/ */
public class SystemFilterPoolWrapperInformation public class SystemFilterPoolWrapperInformation
implements ISystemFilterPoolWrapperInformation implements ISystemFilterPoolWrapperInformation