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:
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;
|
||||
|
||||
/**
|
||||
* 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
|
||||
|
|
Loading…
Add table
Reference in a new issue