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:
parent
80500e6983
commit
8aa10a977d
1 changed files with 23 additions and 23 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue