mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-06 01:06:01 +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" };
|
||||
* }
|
||||
*
|
||||
* // An invalid group was requested
|
||||
* return null;
|
||||
* // Let the base class handle its own groups.
|
||||
* return super.getExecutionOrder(group);
|
||||
* }
|
||||
*
|
||||
* {@code @Execute}
|
||||
|
|
Loading…
Add table
Reference in a new issue