1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-06 07:45:50 +02:00

Fix up the description in launch object provider init.

Change-Id: I52d440721e4e2be948ea18814a0eeb6b31eb8217
This commit is contained in:
Doug Schaefer 2017-10-03 13:58:17 -04:00
parent ccc816a442
commit 36555cd219

View file

@ -19,9 +19,10 @@ import org.eclipse.core.runtime.CoreException;
public interface ILaunchObjectProvider { 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 * @param launchbar
* manager
* @throws CoreException * @throws CoreException
*/ */
void init(ILaunchBarManager manager) throws CoreException; void init(ILaunchBarManager manager) throws CoreException;