1
0
Fork 0
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:
Marc Khouzam 2010-08-31 16:04:21 +00:00
parent ca255eb6e6
commit 640a85e0cb

View file

@ -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}