mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-04 14:55:41 +02:00
[197167][apidoc] Add missing @since tag for IRSEModelInitializer
This commit is contained in:
parent
6c736125ce
commit
8a922eb097
1 changed files with 4 additions and 3 deletions
|
@ -13,9 +13,10 @@ import org.eclipse.core.runtime.IProgressMonitor;
|
||||||
import org.eclipse.core.runtime.IStatus;
|
import org.eclipse.core.runtime.IStatus;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* A model initializer creates objects an RSE profile. For example, initializers
|
* A model initializer creates objects in an RSE profile. For example,
|
||||||
* can be used to create initial connections, filter pools, and filters.
|
* initializers can be used to create initial connections, filter pools, and
|
||||||
*
|
* filters.
|
||||||
|
*
|
||||||
* @since org.eclipse.rse.core 3.0
|
* @since org.eclipse.rse.core 3.0
|
||||||
*/
|
*/
|
||||||
public interface IRSEModelInitializer {
|
public interface IRSEModelInitializer {
|
||||||
|
|
Loading…
Add table
Reference in a new issue