1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-14 12:35: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;
/**
* The system filter wizard allows callers to pass a list of wrapper objects
* for the user to select a filter pool. Effectively, this prompting for
* euphamisms to filter pools. This requires an array of wrapper objects,
* and requires replacement mri for the pool prompt and tooltip text, and
* the verbiage above it.
* The system filter wizard allows callers to pass a list of wrapper objects for
* the user to select a filter pool. Effectively, this prompting for euphemisms
* to filter pools. This requires an array of wrapper objects, and requires
* replacement mri for the pool prompt and tooltip text, and the verbiage above
* it.
* <p>
* This is all encapsulated in this class. The information is set via setters
* or constructor parameters.
* This is all encapsulated in this class. The information is set via setters or
* constructor parameters.
*/
public class SystemFilterPoolWrapperInformation
implements ISystemFilterPoolWrapperInformation