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

[197167][apidoc] Add missing @since tag for IRSEModelInitializer

This commit is contained in:
Martin Oberhuber 2008-04-14 16:01:20 +00:00
parent 203dd79bfa
commit 9eddee2760

View file

@ -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. * A model initializer creates objects an RSE profile. For example, initializers
* For example, initializers can be used to create initial connections, filter pools, and filters. * can be used to create initial connections, filter pools, and filters.
* *
* @since org.eclipse.rse.core 3.0
*/ */
public interface IRSEModelInitializer { public interface IRSEModelInitializer {