mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-07 09:46:02 +02:00
Bug 321084: Updated the example.
This commit is contained in:
parent
ca255eb6e6
commit
640a85e0cb
1 changed files with 2 additions and 2 deletions
|
@ -62,8 +62,8 @@ import org.eclipse.core.runtime.Status;
|
||||||
* return new String[] { "step1", "step2" };
|
* return new String[] { "step1", "step2" };
|
||||||
* }
|
* }
|
||||||
*
|
*
|
||||||
* // An invalid group was requested
|
* // Let the base class handle its own groups.
|
||||||
* return null;
|
* return super.getExecutionOrder(group);
|
||||||
* }
|
* }
|
||||||
*
|
*
|
||||||
* {@code @Execute}
|
* {@code @Execute}
|
||||||
|
|
Loading…
Add table
Reference in a new issue