mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-04 23:05:47 +02:00
Fix up the description in launch object provider init.
Change-Id: I52d440721e4e2be948ea18814a0eeb6b31eb8217
This commit is contained in:
parent
ccc816a442
commit
36555cd219
1 changed files with 4 additions and 3 deletions
|
@ -19,10 +19,11 @@ import org.eclipse.core.runtime.CoreException;
|
|||
public interface ILaunchObjectProvider {
|
||||
|
||||
/**
|
||||
* Add initial launch descriptors and set up for new ones.
|
||||
* Add initial launch objects and set up listeners for new ones.
|
||||
*
|
||||
* @param launchbar manager
|
||||
* @throws CoreException
|
||||
* @param launchbar
|
||||
* manager
|
||||
* @throws CoreException
|
||||
*/
|
||||
void init(ILaunchBarManager manager) throws CoreException;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue